Package org.teiid.cache
Interface CacheFactory
-
- All Known Implementing Classes:
CaffeineCacheFactory
,InfinispanCacheFactory
public interface CacheFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Destroy the cache factory and any caches underneath.<K,V>
Cache<K,V>get(String name)
Create / Get the cache for the give type use
-