|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.cache.DefaultCacheFactory
public class DefaultCacheFactory
| Constructor Summary | |
|---|---|
DefaultCacheFactory()
|
|
DefaultCacheFactory(CacheConfiguration config)
|
|
| Method Summary | ||
|---|---|---|
void |
destroy()
Destroy the cache factory and any caches underneath. |
|
|
get(Cache.Type type,
CacheConfiguration config)
Create / Get the cache for the give type use |
|
boolean |
isReplicated()
Return true if replicated caches are created by this factory |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCacheFactory()
public DefaultCacheFactory(CacheConfiguration config)
| Method Detail |
|---|
public void destroy()
CacheFactory
destroy in interface CacheFactory
public <K,V> Cache<K,V> get(Cache.Type type,
CacheConfiguration config)
CacheFactory
get in interface CacheFactorytype - cache typeconfig - configuration setup for the cache
public boolean isReplicated()
CacheFactory
isReplicated in interface CacheFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||