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

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

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

Classes in org.apache.jackrabbit.mk.blobs that implement Cache.Value
static class AbstractBlobStore.Data
          The data for a block.
 

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

Classes in org.apache.jackrabbit.mk.util with type parameters of type Cache.Value
 class Cache<K,V extends Cache.Value>
           
 

Methods in org.apache.jackrabbit.mk.util with type parameters of type Cache.Value
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.