Uses of Enum
org.apache.jackrabbit.oak.plugins.document.persistentCache.CacheType
Packages that use CacheType
-
Uses of CacheType in org.apache.jackrabbit.oak.plugins.document.persistentCache
Fields in org.apache.jackrabbit.oak.plugins.document.persistentCache declared as CacheTypeMethods in org.apache.jackrabbit.oak.plugins.document.persistentCache that return CacheTypeModifier and TypeMethodDescriptionstatic CacheType
Returns the enum constant of this type with the specified name.static CacheType[]
CacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.plugins.document.persistentCache with parameters of type CacheTypeModifier and TypeMethodDescription<K extends CacheValue,
V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V> PersistentCache.wrap
(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K, V> base, CacheType type) <K extends CacheValue,
V extends CacheValue>
org.apache.jackrabbit.guava.common.cache.Cache<K,V> PersistentCache.wrap
(DocumentNodeStore docNodeStore, DocumentStore docStore, org.apache.jackrabbit.guava.common.cache.Cache<K, V> base, CacheType type, StatisticsProvider statisticsProvider) Constructors in org.apache.jackrabbit.oak.plugins.document.persistentCache with parameters of type CacheTypeModifierConstructorDescriptionKeyDataType
(CacheType type) PersistentCacheStats
(CacheType cacheType, StatisticsProvider provider)