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 Stringdescription()protected voiddumpContent(String threadName)protected intgetSize()static voidremove(PolyStringType name)static voidsetOk(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:
 descriptionin classAbstractThreadLocalCache
 
- 
getSize
protected int getSize()
- Specified by:
 getSizein classAbstractThreadLocalCache
 
- 
dumpContent
protected void dumpContent(String threadName)
- Specified by:
 dumpContentin classAbstractThreadLocalCache
 
 - 
 
 -