Package org.apache.commons.ognl.internal
Class HashMapCacheFactory
java.lang.Object
org.apache.commons.ognl.internal.HashMapCacheFactory
- 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
-
HashMapCacheFactory
public HashMapCacheFactory()
-
-
Method Details
-
createCache
- Specified by:
createCache
in interfaceCacheFactory
-
createClassCache
- Specified by:
createClassCache
in interfaceCacheFactory
-
createClassCache
- Specified by:
createClassCache
in interfaceCacheFactory
-