org.apache.commons.ognl.internal
Class HashMapCacheFactory
java.lang.Object
org.apache.commons.ognl.internal.HashMapCacheFactory
- All Implemented Interfaces:
- CacheFactory
public class HashMapCacheFactory
- extends Object
- implements CacheFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashMapCacheFactory
public HashMapCacheFactory()
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.