Class LocalQueryCache
java.lang.Object
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
com.evolveum.midpoint.repo.cache.local.LocalQueryCache
Thread-local cache for storing query results.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddumpContent(String threadName) <T extends ObjectType>
 SearchResultList<PrismObject<T>>protected intgetSize()voidput(QueryKey key, @NotNull SearchResultList list) 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- 
LocalQueryCachepublic LocalQueryCache()
 
- 
- 
Method Details- 
get
- 
put
- 
remove
- 
description- Specified by:
- descriptionin class- AbstractThreadLocalCache
 
- 
getSizeprotected int getSize()- Specified by:
- getSizein class- AbstractThreadLocalCache
 
- 
dumpContent- Specified by:
- dumpContentin class- AbstractThreadLocalCache
 
- 
getEntryIterator
 
-