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>
public static class FocusConstraintsChecker.Cache extends AbstractThreadLocalCache
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
description()
protected 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
-
-
-
-
Method Detail
-
setOk
public static void setOk(PolyStringType name)
-
remove
public static void remove(PolyStringType name)
-
description
public String description()
- Specified by:
description
in classAbstractThreadLocalCache
-
getSize
protected int getSize()
- Specified by:
getSize
in classAbstractThreadLocalCache
-
dumpContent
protected void dumpContent(String threadName)
- Specified by:
dumpContent
in classAbstractThreadLocalCache
-
-