Class HashMapCache<K,V>
java.lang.Object
ognl.internal.HashMapCache<K,V>
- All Implemented Interfaces:
Cache<K,V>
- Direct Known Subclasses:
HashMapClassCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
cacheEntryFactory
-
-
Constructor Details
-
HashMapCache
-
-
Method Details
-
clear
-
getSize
-
get
- Specified by:
getin interfaceCache<K,V> - Throws:
CacheException
-
shouldCreate
- Throws:
CacheException
-
put
-
contains
-