Uses of Interface
com.evolveum.midpoint.repo.api.CacheRegistry
-
Packages that use CacheRegistry Package Description com.evolveum.midpoint.model.common.expression.script com.evolveum.midpoint.repo.cache.registry com.evolveum.midpoint.web.security -
-
Uses of CacheRegistry in com.evolveum.midpoint.model.common.expression.script
Constructors in com.evolveum.midpoint.model.common.expression.script with parameters of type CacheRegistry Constructor Description ScriptExpressionFactory(@NotNull PrismContext prismContext, @NotNull RepositoryService repositoryService, @NotNull Collection<FunctionLibrary> standardFunctionLibraries, @NotNull Collection<ScriptEvaluator> evaluators, @NotNull CacheRegistry cacheRegistry, @NotNull ObjectResolver objectResolver)
-
Uses of CacheRegistry in com.evolveum.midpoint.repo.cache.registry
Classes in com.evolveum.midpoint.repo.cache.registry that implement CacheRegistry Modifier and Type Class Description class
CacheRegistryImpl
Registry of all local caches (various caching components or services). -
Uses of CacheRegistry in com.evolveum.midpoint.web.security
Methods in com.evolveum.midpoint.web.security that return CacheRegistry Modifier and Type Method Description CacheRegistry
MidPointApplication. getCacheRegistry()
-