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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpContent
(String threadName) <T extends ObjectType>
SearchResultList<PrismObject<T>>protected int
getSize()
void
put
(QueryKey key, @NotNull SearchResultList list) void
Methods inherited from class com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
debugDump, destroy, dumpContent, enter, exists, exit, getConfiguration, getConfiguration, getEntryCount, getTotalSize, isAvailable, registerHit, registerMiss, registerPass, setConfiguration, supportsObjectType, toString
-
Constructor Details
-
LocalQueryCache
public LocalQueryCache()
-
-
Method Details
-
get
-
put
-
remove
-
description
- Specified by:
description
in classAbstractThreadLocalCache
-
getSize
protected int getSize()- Specified by:
getSize
in classAbstractThreadLocalCache
-
dumpContent
- Specified by:
dumpContent
in classAbstractThreadLocalCache
-
getEntryIterator
-