| Package | Description |
|---|---|
| org.apache.shindig.common.cache | |
| org.apache.shindig.common.cache.ehcache |
| Modifier and Type | Class and Description |
|---|---|
class |
LruCache<K,V>
A basic LRU cache.
|
class |
NullCache<K,V>
Cache implementation that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
<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
|
| Constructor and Description |
|---|
SoftExpiringCache(Cache<K,V> cache)
Create a new TtlCache with the given capacity and TTL values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EhConfiguredCache<K,V>
Produces a cache configured from ehcache.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
EhCacheCacheProvider.createCache(String name) |
Copyright © 2007-2012. All Rights Reserved.