Sebb created JCS-116:
------------------------
Summary: CompositeCacheManager is thread-hostile
Key: JCS-116
URL: https://issues.apache.org/jira/browse/JCS-116
Project: Commons JCS
Issue Type: Bug
Reporter: Sebb
Priority: Blocker
The CompositeCacheManager class is a singleton. However it is not immutable, so
is inherently thread-hostile.
The class does take some steps to prevent reconfiguration, but it still allows
changes to variables such as defaultCacheAttr that affect instance methods such
as getCache(String)
This makes it very easy to accidentally affect other threads.
--
This message was sent by Atlassian JIRA
(v6.2#6252)