Package org.infinispan.scripting.impl
Class DataTypedCacheManager
java.lang.Object
org.infinispan.manager.impl.InternalCacheManager
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
-
Field Summary
Fields inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
cm -
Method Summary
Methods inherited from class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
addCacheDependency, addListener, addListenerAsync, administration, cacheExists, close, createCache, defineConfiguration, defineConfiguration, executor, getAccessibleCacheNames, getAddress, getCache, getCacheConfiguration, getCacheConfigurationNames, getCacheManagerConfiguration, getCacheManagerInfo, getCacheNames, getClassAllowList, getClassWhiteList, getClusterName, getCoordinator, getDefaultCacheConfiguration, getHealth, getMembers, getStats, getStatus, getSubject, globalComponentRegistry, isCoordinator, isDefaultRunning, isRunning, removeListener, removeListenerAsync, start, startCaches, stop, undefineConfiguration, withSubjectMethods inherited from class org.infinispan.manager.impl.InternalCacheManager
getGlobalComponentRegistry, of
-
Method Details
-
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
- 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
-