org.apache.commons.ognl.internal
Class ConcurrentHashMapCacheFactory
java.lang.Object
org.apache.commons.ognl.internal.ConcurrentHashMapCacheFactory
- All Implemented Interfaces:
- CacheFactory
public class ConcurrentHashMapCacheFactory
- extends Object
- implements CacheFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentHashMapCacheFactory
public ConcurrentHashMapCacheFactory()
createCache
public <K,V> Cache<K,V> createCache(CacheEntryFactory<K,V> entryFactory)
- Specified by:
createCache
in interface CacheFactory
createClassCache
public <V> ClassCache<V> createClassCache()
- Specified by:
createClassCache
in interface CacheFactory
createClassCache
public <V> ClassCache<V> createClassCache(ClassCacheEntryFactory<V> entryFactory)
- Specified by:
createClassCache
in interface CacheFactory
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.