Package com.evolveum.midpoint.init
Class SchemaCache
java.lang.Object
com.evolveum.midpoint.init.SchemaCache
- All Implemented Interfaces:
- Cache,- CacheInvalidationListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoid@NotNull Collection<SingleCacheStateInformationType>voidinit()voidinvalidate(Class<?> type, String oid, CacheInvalidationContext context) voidregister()voidsetPrismContext(PrismContext prismContext) voidsetRepositoryService(RepositoryService repositoryService) voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.api.CachegetEventSpecifications, invalidate
- 
Constructor Details- 
SchemaCachepublic SchemaCache()
 
- 
- 
Method Details- 
setPrismContext
- 
setRepositoryService
- 
register@PostConstruct public void register()
- 
unregister@PreDestroy public void unregister()
- 
initpublic void init()
- 
invalidate- Specified by:
- invalidatein interface- Cache
 
- 
getStateInformation- Specified by:
- getStateInformationin interface- Cache
 
- 
dumpContentpublic void dumpContent()- Specified by:
- dumpContentin interface- Cache
 
 
-