Uses of Class
org.apache.jackrabbit.oak.cache.CacheLIRS
-
Packages that use CacheLIRS Package Description org.apache.jackrabbit.oak.cache For Oak internal use only.org.apache.jackrabbit.oak.plugins.blob -
-
Uses of CacheLIRS in org.apache.jackrabbit.oak.cache
Methods in org.apache.jackrabbit.oak.cache that return CacheLIRS Modifier and Type Method Description CacheLIRS<K,V>
CacheLIRS.Builder. build()
CacheLIRS<K,V>
CacheLIRS.Builder. build(org.apache.jackrabbit.guava.common.cache.CacheLoader<K,V> cacheLoader)
-
Uses of CacheLIRS in org.apache.jackrabbit.oak.plugins.blob
Fields in org.apache.jackrabbit.oak.plugins.blob declared as CacheLIRS Modifier and Type Field Description protected CacheLIRS<String,byte[]>
CachingBlobStore. cache
-