hchar 2005/02/03 04:45:24 Modified: sandbox/yajcache README.txt Log: add feature Revision Changes Path 1.3 +2 -0 jakarta-turbine-jcs/sandbox/yajcache/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 3 Feb 2005 12:43:04 -0000 1.2 +++ README.txt 3 Feb 2005 12:45:24 -0000 1.3 @@ -17,6 +17,8 @@ * no synchronized method * minimal synchronization done via distributed (ie keyed) ReadWrite locks with zero synchronization +* all unused ReadWrite locks are automatically removed by GC +via WeakReference * the cache instance itself (ICache or ICacheSafe) can be used anywhere a map instance can be used * optional ICacheSafe to provide thread-safe objects
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
