Class JCacheManager<K,V>
java.lang.Object
org.apache.camel.component.jcache.JCacheManager<K,V>
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionJCacheManager(javax.cache.Cache<K, V> cache) JCacheManager(JCacheConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()doGetCache(JCacheProvider jcacheProvider) getCache()protected javax.cache.event.CacheEntryEventFilter
-
Constructor Details
-
JCacheManager
-
JCacheManager
-
-
Method Details
-
getCacheName
-
getConfiguration
-
getCache
- Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getEventFilter
protected javax.cache.event.CacheEntryEventFilter getEventFilter() -
doGetCache
- Throws:
Exception
-