Class OSGiCacheManager<K,V>
- java.lang.Object
-
- org.apache.camel.component.jcache.JCacheManager
-
- org.apache.camel.component.jcache.osgi.OSGiCacheManager<K,V>
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public final class OSGiCacheManager<K,V> extends JCacheManager
-
-
Constructor Summary
Constructors Constructor Description OSGiCacheManager(JCacheConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.cache.Cache<K,V>
doGetCache(JCacheProvider provider)
-
Methods inherited from class org.apache.camel.component.jcache.JCacheManager
close, getCache, getCacheName, getConfiguration, getEventFilter
-
-
-
-
Constructor Detail
-
OSGiCacheManager
public OSGiCacheManager(JCacheConfiguration configuration)
-
-
Method Detail
-
doGetCache
public javax.cache.Cache<K,V> doGetCache(JCacheProvider provider) throws Exception
- Overrides:
doGetCache
in classJCacheManager
- Throws:
Exception
-
-