Uses of Class
org.apache.blur.store.blockcache_v2.CacheKey

Packages that use CacheKey
org.apache.blur.store.blockcache_v2   
 

Uses of CacheKey in org.apache.blur.store.blockcache_v2
 

Methods in org.apache.blur.store.blockcache_v2 that return CacheKey
 CacheKey CacheKey.clone()
           
 

Methods in org.apache.blur.store.blockcache_v2 with parameters of type CacheKey
abstract  CacheValue Cache.get(CacheKey key)
          Gets the cache value for the given key.
 CacheValue BaseCache.get(CacheKey key)
           
abstract  CacheValue Cache.getQuietly(CacheKey key)
          Gets the cache value for the given key.
 CacheValue BaseCache.getQuietly(CacheKey key)
           
abstract  void Cache.put(CacheKey key, CacheValue value)
          Puts the cache entry into the cache.
 void BaseCache.put(CacheKey key, CacheValue value)
           
 



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