Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.cache.CacheLoader
-
Packages that use CacheLoader Package Description org.apache.jackrabbit.oak.spi.security.user.cache -
-
Uses of CacheLoader in org.apache.jackrabbit.oak.spi.security.user.cache
Methods in org.apache.jackrabbit.oak.spi.security.user.cache with parameters of type CacheLoader Modifier and Type Method Description Set<Principal>
CachedMembershipReader. readMembership(@NotNull Tree authorizableTree, CacheLoader cacheLoader)
Read the membership information of the authorizable and store the result in a cache using the provided cacheLoader.
-