Package org.apache.commons.ognl.internal
Class ConcurrentHashMapCacheFactory
java.lang.Object
org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- All Implemented Interfaces:
CacheFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,
V> Cache<K, V> createCache
(CacheEntryFactory<K, V> entryFactory) <V> ClassCache<V>
<V> ClassCache<V>
createClassCache
(ClassCacheEntryFactory<V> entryFactory)
-
Constructor Details
-
ConcurrentHashMapCacheFactory
public ConcurrentHashMapCacheFactory()
-
-
Method Details
-
createCache
- Specified by:
createCache
in interfaceCacheFactory
-
createClassCache
- Specified by:
createClassCache
in interfaceCacheFactory
-
createClassCache
- Specified by:
createClassCache
in interfaceCacheFactory
-