Uses of Interface
org.apache.jackrabbit.oak.commons.cache.Cache.Value
-
Packages that use Cache.Value Package Description org.apache.jackrabbit.oak.commons.cache org.apache.jackrabbit.oak.spi.blob -
-
Uses of Cache.Value in org.apache.jackrabbit.oak.commons.cache
Classes in org.apache.jackrabbit.oak.commons.cache with type parameters of type Cache.Value Modifier and Type Class Description classCache<K,V extends Cache.Value>Methods in org.apache.jackrabbit.oak.commons.cache with type parameters of type Cache.Value Modifier and Type Method Description static <K,V extends Cache.Value>
Cache<K,V>Cache. newInstance(Cache.Backend<K,V> backend, int maxMemoryBytes) -
Uses of Cache.Value in org.apache.jackrabbit.oak.spi.blob
Classes in org.apache.jackrabbit.oak.spi.blob that implement Cache.Value Modifier and Type Class Description static classAbstractBlobStore.DataThe data for a block.
-