Uses of Interface
org.apache.jackrabbit.oak.segment.Cache
-
Packages that use Cache Package Description org.apache.jackrabbit.oak.segment -
-
Uses of Cache in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement Cache Modifier and Type Class Description classCacheAccessTracker<K,V>Cachewrapper exposing the number of read accesses and the number of misses ot the underlying cache via theStatisticsProvider.classRecordCache<K>Partial mapping of keys of typeKto values of typeRecordId.Methods in org.apache.jackrabbit.oak.segment that return Cache Modifier and Type Method Description @NotNull Cache<String,RecordId>WriterCacheManager.Default. getNodeCache(int generation)@NotNull Cache<String,RecordId>WriterCacheManager.Empty. getNodeCache(int generation)abstract @NotNull Cache<String,RecordId>WriterCacheManager. getNodeCache(int generation)@NotNull Cache<String,RecordId>WriterCacheManager.Default. getStringCache(int generation)abstract @NotNull Cache<String,RecordId>WriterCacheManager. getStringCache(int generation)@NotNull Cache<Template,RecordId>WriterCacheManager.Default. getTemplateCache(int generation)abstract @NotNull Cache<Template,RecordId>WriterCacheManager. getTemplateCache(int generation)Constructors in org.apache.jackrabbit.oak.segment with parameters of type Cache Constructor Description CacheAccessTracker(@NotNull String name, @NotNull StatisticsProvider statisticsProvider, @NotNull Cache<K,V> delegate)Create a new wrapper exposing the access statistics under the givennameto the passedstatisticsProvider.
-