| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.persistentCache |
| Modifier and Type | Field and Description |
|---|---|
static CacheType[] |
CacheType.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static CacheType |
CacheType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue> |
PersistentCache.wrap(DocumentNodeStore docNodeStore,
DocumentStore docStore,
Cache<K,V> base,
CacheType type) |
<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue> |
PersistentCache.wrap(DocumentNodeStore docNodeStore,
DocumentStore docStore,
Cache<K,V> base,
CacheType type,
org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider) |
| Constructor and Description |
|---|
KeyDataType(CacheType type) |
PersistentCacheStats(CacheType cacheType,
org.apache.jackrabbit.oak.stats.StatisticsProvider provider) |
ValueDataType(DocumentNodeStore docNodeStore,
DocumentStore docStore,
CacheType type) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.