Package | Description |
---|---|
org.hibernate.cache.infinispan.impl | |
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.api |
API package
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderAwareCache<K,V> |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on
Cache . |
interface |
Cache<K,V>
The central interface of Infinispan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to
AbstractDelegatingCache , but for AdvancedCache . |
class |
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.
|
class |
AbstractDelegatingCacheImpl<K,V>
Similar to
AbstractDelegatingAdvancedCache , this adapter can only delegate to a CacheImpl instance. |
class |
CacheImpl<K,V> |
class |
CacheSupport<K,V> |
class |
ClassLoaderSpecfiedCache<K,V> |
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific
ClassLoader and a set of Flag s. |
Modifier and Type | Method and Description |
---|---|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache()
Retrieves the default cache associated with this cache container.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache(String cacheName)
Retrieves a named cache from the system.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.