Class LocalVersionCache
java.lang.Object
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
com.evolveum.midpoint.repo.cache.local.LocalVersionCache
Thread-local cache for object version.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dumpContent
(String threadName) protected int
getSize()
void
put
(PrismObject<?> object) void
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
-
LocalVersionCache
public LocalVersionCache()
-
-
Method Details
-
get
-
put
-
put
-
remove
-
description
- Specified by:
description
in classAbstractThreadLocalCache
-
getSize
protected int getSize()- Specified by:
getSize
in classAbstractThreadLocalCache
-
dumpContent
- Specified by:
dumpContent
in classAbstractThreadLocalCache
-