Class ReentrantReadWriteLockCache<K,V>
java.lang.Object
org.apache.commons.ognl.internal.ReentrantReadWriteLockCache<K,V>
- All Implemented Interfaces:
Cache<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CacheEntryFactory<K, V> private final ReadWriteLockprivate final Lockprivate final Lock -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lock
-
readLock
-
writeLock
-
cache
-
cacheEntryFactory
-
-
Constructor Details
-
ReentrantReadWriteLockCache
public ReentrantReadWriteLockCache() -
ReentrantReadWriteLockCache
-
-
Method Details
-
clear
-
getSize
-
get
- Specified by:
getin interfaceCache<K,V> - Throws:
CacheException
-
shouldCreate
- Throws:
CacheException
-
put
-