| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment | |
| org.apache.jackrabbit.oak.segment.file |
| Constructor and Description |
|---|
Default(com.google.common.base.Supplier<RecordCache<String>> stringCacheFactory,
com.google.common.base.Supplier<RecordCache<Template>> templateCacheFactory,
com.google.common.base.Supplier<PriorityCache<String,RecordId>> nodeCacheFactory)
New instance using the passed factories for creating cache instances.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> com.google.common.base.Supplier<PriorityCache<K,V>> |
PriorityCache.factory(int size)
Static factory for creating new
PriorityCache instances. |
static <K,V> com.google.common.base.Supplier<PriorityCache<K,V>> |
PriorityCache.factory(int size,
com.google.common.cache.Weigher<K,V> weigher)
Static factory for creating new
PriorityCache instances. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.