Class LocalObjectCache
java.lang.Object
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
com.evolveum.midpoint.repo.cache.local.LocalObjectCache
Thread-local cache for storing objects.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddumpContent(String threadName) <T extends ObjectType>
 PrismObject<T>protected intgetSize()voidput(PrismObject<? extends ObjectType> object) voidput(String oid, PrismObject<? extends ObjectType> object) voidMethods inherited from class com.evolveum.midpoint.util.caching.AbstractThreadLocalCachedebugDump, destroy, dumpContent, enter, exists, exit, getConfiguration, getConfiguration, getEntryCount, getTotalSize, isAvailable, registerHit, registerMiss, registerPass, setConfiguration, supportsObjectType, toString
- 
Constructor Details- 
LocalObjectCachepublic LocalObjectCache()
 
- 
- 
Method Details- 
get
- 
put
- 
put
- 
remove
- 
description- Specified by:
- descriptionin class- AbstractThreadLocalCache
 
- 
getSizeprotected int getSize()- Specified by:
- getSizein class- AbstractThreadLocalCache
 
- 
dumpContent- Specified by:
- dumpContentin class- AbstractThreadLocalCache
 
 
-