Uses of Class
com.evolveum.midpoint.repo.cache.local.LocalObjectCache
-
Packages that use LocalObjectCache Package Description com.evolveum.midpoint.repo.cache.handlers com.evolveum.midpoint.repo.cache.local -
-
Uses of LocalObjectCache in com.evolveum.midpoint.repo.cache.handlers
Constructor parameters in com.evolveum.midpoint.repo.cache.handlers with type arguments of type LocalObjectCache Constructor Description CacheSetAccessInfo(@NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<LocalObjectCache,T> localObject, @NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<LocalVersionCache,T> localVersion, @NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<LocalQueryCache,T> localQuery, @NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<GlobalObjectCache,T> globalObject, @NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<GlobalVersionCache,T> globalVersion, @NotNull com.evolveum.midpoint.repo.cache.handlers.CacheAccessInfo<GlobalQueryCache,T> globalQuery)
-
Uses of LocalObjectCache in com.evolveum.midpoint.repo.cache.local
Methods in com.evolveum.midpoint.repo.cache.local that return LocalObjectCache Modifier and Type Method Description static LocalObjectCache
LocalRepoCacheCollection. getLocalObjectCache()
-