Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
jcs-2.1
-
None
Description
In JCS 2.1, The org.apache.commons.jcs.engine.control.CompositeCacheManager holds onto a reference of CacheAccess in its caches map. If CacheAccess.dispose is called, this reference is not cleaned up which results in a memory leak.