Uses of Interface
org.apache.jackrabbit.mk.util.Cache.Backend

Packages that use Cache.Backend
org.apache.jackrabbit.mk.blobs   
org.apache.jackrabbit.mk.util   
 

Uses of Cache.Backend in org.apache.jackrabbit.mk.blobs
 

Classes in org.apache.jackrabbit.mk.blobs that implement Cache.Backend
 class AbstractBlobStore
          An abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.
 class DbBlobStore
          A database blob store.
 class FileBlobStore
          A file blob store.
 class MemoryBlobStore
          A memory blob store.
 

Uses of Cache.Backend in org.apache.jackrabbit.mk.util
 

Methods in org.apache.jackrabbit.mk.util with parameters of type Cache.Backend
static
<K,V extends Cache.Value>
Cache<K,V>
Cache.newInstance(Cache.Backend<K,V> backend, int maxMemoryBytes)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.