|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheProvider
Interface for Shindig caches.
| Method Summary | ||
|---|---|---|
|
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 |
|
| Method Detail |
|---|
<K,V> Cache<K,V> createCache(String name)
K - The Key type for the cacheV - The pay-load typename - The non-null name of the cache.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||