Package org.infinispan.scripting.impl
Class DataTypedCacheManager
- java.lang.Object
-
- org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
-
- org.infinispan.scripting.impl.DataTypedCacheManager
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.infinispan.commons.api.BasicCacheContainer,org.infinispan.commons.api.Lifecycle,org.infinispan.manager.CacheContainer,org.infinispan.manager.EmbeddedCacheManager,org.infinispan.notifications.Listenable
public final class DataTypedCacheManager extends org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
org.infinispan.Cache<K,V>getCache()<K,V>
org.infinispan.Cache<K,V>getCache(String cacheName)-
Methods inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
addCacheDependency, addListener, addListenerAsync, administration, cacheExists, close, createCache, defineConfiguration, defineConfiguration, executor, getAddress, getCache, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getCacheNames, getClassAllowList, getClassWhiteList, getClusterName, getCoordinator, getDefaultCacheConfiguration, getGlobalComponentRegistry, getHealth, getListeners, getMembers, getStats, getStatus, getSubject, getTransport, isCoordinator, isDefaultRunning, isRunning, removeCache, removeListener, removeListenerAsync, start, startCaches, stop, undefineConfiguration, withSubject
-
-
-
-
Method Detail
-
getCache
public <K,V> org.infinispan.Cache<K,V> getCache()
- Specified by:
getCachein interfaceorg.infinispan.commons.api.BasicCacheContainer- Specified by:
getCachein interfaceorg.infinispan.manager.CacheContainer- Specified by:
getCachein interfaceorg.infinispan.manager.EmbeddedCacheManager- Overrides:
getCachein classorg.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
-
getCache
public <K,V> org.infinispan.Cache<K,V> getCache(String cacheName)
- Specified by:
getCachein interfaceorg.infinispan.commons.api.BasicCacheContainer- Specified by:
getCachein interfaceorg.infinispan.manager.CacheContainer- Specified by:
getCachein interfaceorg.infinispan.manager.EmbeddedCacheManager- Overrides:
getCachein classorg.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
-
-