|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
LruCacheProvider.createCache(String name)
|
|
|
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 | ||
|---|---|---|
|
EhCacheCacheProvider.createCache(String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||