Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
adding a property
JCS has officially been wrestled. Sorry, guys, this is going to be one *big* commit again. - Re-Licensed everything according to the current ASF policy - Reformatted headers - Removed trailing blanks
FIXED JCS-19 Applied xdoc spelling error patch supplied by Michael Stevens.
On shutdown the cache will only send memory items to disk auxiliries and not other types on shutdown. It no longer does this via an iterator, it does it via the freeMemoryElements method on the memory cache itself. This has the advantage of pushing the items to disk via the overflow chanel. The overflow chanel has the disk update pattern logic. If the cache is running in disk mode SWAP, then the items in memory will go to disk, otherwise they will not. This makes disk shutdown faster. I added unit tests for the composite cache manager shutdown that verify the behavior. Formatted several other classes.
adding an xdoc describing two new mysql disk cache configuration options
updated documentation: added some docs on element configuration; described how to chain remote servers; fixed some missing info in other docs.
Updated documentation. Removed stratum subpackage reference. Modified the disk cache doc.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |