Uses of Interface
org.apache.shindig.common.cache.Cache

Packages that use Cache
org.apache.shindig.common.cache   
org.apache.shindig.common.cache.ehcache   
 

Uses of Cache in org.apache.shindig.common.cache
 

Classes in org.apache.shindig.common.cache that implement Cache
 class LruCache<K,V>
          A basic LRU cache.
 class NullCache<K,V>
          Cache implementation that does nothing.
 

Methods in org.apache.shindig.common.cache that return Cache
<K,V> Cache<K,V>
LruCacheProvider.createCache(String name)
           
<K,V> Cache<K,V>
CacheProvider.createCache(String name)
          Create a named single instance cache in this cache manager, if the cache already exists, return it if the name is null, a new anonymous cache is created
 

Constructors in org.apache.shindig.common.cache with parameters of type Cache
SoftExpiringCache(Cache<K,V> cache)
          Create a new TtlCache with the given capacity and TTL values.
 

Uses of Cache in org.apache.shindig.common.cache.ehcache
 

Classes in org.apache.shindig.common.cache.ehcache that implement Cache
 class EhConfiguredCache<K,V>
          Produces a cache configured from ehcache.
 

Methods in org.apache.shindig.common.cache.ehcache that return Cache
<K,V> Cache<K,V>
EhCacheCacheProvider.createCache(String name)
           
 



Copyright © 2007-2012. All Rights Reserved.