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 int
getSize()
static void
remove(PolyStringType name)
static void
setOk(PolyStringType name)
-
Methods inherited from class com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
debugDump, destroy, 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
-
-