Package org.infinispan.cache.impl
Interface InternalCache<K,V>
- All Known Implementing Classes:
AbstractDelegatingAdvancedCache,AbstractDelegatingCache,AliasCache,CacheImpl,DecoratedCache,EncoderCache,SecureCacheImpl,SimpleCacheImpl,StatsCollectingCache
public interface InternalCache<K,V>
This interface is used to hold methods that are only available to internal implementations.
- Since:
- 15.0
-
Method Summary
-
Method Details
-
getComponentRegistry
ComponentRegistry getComponentRegistry()
-