Package com.evolveum.midpoint.repo.api
Interface Cacheable
-
- All Known Implementing Classes:
ExpressionFactory
,RepositoryCache
,ScriptExpressionFactory
,SystemConfigurationCacheableAdapter
,SystemObjectCache
,UserProfileServiceImpl
public interface Cacheable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SingleCacheStateInformationType>
getStateInformation()
void
invalidate(Class<?> type, String oid, CacheInvalidationContext context)
-
-
-
Method Detail
-
invalidate
void invalidate(Class<?> type, String oid, CacheInvalidationContext context)
-
getStateInformation
@NotNull Collection<SingleCacheStateInformationType> getStateInformation()
-
-