Class FocusConstraintsChecker.Cache
java.lang.Object
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
com.evolveum.midpoint.model.impl.lens.projector.focus.FocusConstraintsChecker.Cache
- Enclosing class:
- FocusConstraintsChecker<AH extends AssignmentHolderType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dumpContent
(String threadName) protected int
getSize()
static void
remove
(PolyStringType name) static void
setOk
(PolyStringType name) 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
-
Cache
public Cache()
-
-
Method Details
-
setOk
-
remove
-
description
- Specified by:
description
in classAbstractThreadLocalCache
-
getSize
protected int getSize()- Specified by:
getSize
in classAbstractThreadLocalCache
-
dumpContent
- Specified by:
dumpContent
in classAbstractThreadLocalCache
-