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

    Modifier and Type
    Method
    Description
    <K, V> org.infinispan.Cache<K,V>
     
    <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, 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, withSubject

    Methods inherited from class org.infinispan.manager.impl.InternalCacheManager

    getGlobalComponentRegistry, of

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getCache

      public <K, V> org.infinispan.Cache<K,V> getCache()
      Specified by:
      getCache in interface org.infinispan.commons.api.BasicCacheContainer
      Specified by:
      getCache in interface org.infinispan.manager.CacheContainer
      Specified by:
      getCache in interface org.infinispan.manager.EmbeddedCacheManager
      Overrides:
      getCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager
    • getCache

      public <K, V> org.infinispan.Cache<K,V> getCache(String cacheName)
      Specified by:
      getCache in interface org.infinispan.commons.api.BasicCacheContainer
      Specified by:
      getCache in interface org.infinispan.manager.CacheContainer
      Specified by:
      getCache in interface org.infinispan.manager.EmbeddedCacheManager
      Overrides:
      getCache in class org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager