Package org.apache.commons.ognl.internal
Interface Cache<K,V>
-
- All Known Subinterfaces:
ClassCache<V>
- All Known Implementing Classes:
ClassCacheImpl
,ConcurrentHashMapCache
,ConcurrentHashMapClassCache
,HashMapCache
,HashMapClassCache
,ReentrantReadWriteLockCache
,ReentrantReadWriteLockClassCache
public interface Cache<K,V>
$Id$
-
-
Method Detail
-
clear
void clear()
-
getSize
int getSize()
-
get
V get(K key) throws CacheException
- Throws:
CacheException
-
-