Uses of Class
org.apache.jackrabbit.oak.plugins.document.persistentCache.CacheType
-
Packages that use CacheType Package Description org.apache.jackrabbit.oak.plugins.document.persistentCache -
-
Uses of CacheType in org.apache.jackrabbit.oak.plugins.document.persistentCache
Fields in org.apache.jackrabbit.oak.plugins.document.persistentCache declared as CacheType Modifier and Type Field Description static CacheType[]
CacheType. VALUES
Methods in org.apache.jackrabbit.oak.plugins.document.persistentCache that return CacheType Modifier and Type Method Description static CacheType
CacheType. valueOf(java.lang.String name)
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 CacheType Modifier and Type Method Description <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 CacheType Constructor Description KeyDataType(CacheType type)
PersistentCacheStats(CacheType cacheType, StatisticsProvider provider)
-