Uses of Class
org.apache.jackrabbit.oak.plugins.document.persistentCache.PersistentCacheStats
-
Packages that use PersistentCacheStats Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.persistentCache -
-
Uses of PersistentCacheStats in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type PersistentCacheStats Modifier and Type Method Description @NotNull java.util.Map<java.lang.String,PersistentCacheStats>DocumentNodeStoreBuilder. getPersistenceCacheStats() -
Uses of PersistentCacheStats in org.apache.jackrabbit.oak.plugins.document.persistentCache
Methods in org.apache.jackrabbit.oak.plugins.document.persistentCache that return PersistentCacheStats Modifier and Type Method Description static PersistentCacheStatsPersistentCache. getPersistentCacheStats(Cache<?,?> cache)
-