| Interface | Description |
|---|---|
| ContextBuilder |
An interface to build
InvocationContext. |
| EncodingFunction<T> |
This is a marker interface to signal that this function may perform an encoding of the provided value.
|
| Class | Description |
|---|---|
| AbstractDelegatingAdvancedCache<K,V> |
Similar to
AbstractDelegatingCache, but for AdvancedCache. |
| AbstractDelegatingCache<K,V> |
This is a convenient base class for implementing a cache delegate.
|
| BiFunctionMapper |
A Bifuncion wrapper that uses the cache's underlying DataConversion objects to perform its operations.
|
| BiFunctionMapper.Externalizer | |
| CacheConfigurationMBean |
CacheConfigurationMBeanImpl.
|
| CacheImpl<K,V> | |
| Caches |
Utility methods for dealing with caches.
|
| CacheSupport<K,V> | |
| CorePackageImpl | |
| DecoratedCache<K,V> |
A decorator to a cache, which can be built with a specific set of
Flags. |
| EncoderCache<K,V> | |
| EncoderEntryMapper<K,V,T extends Map.Entry<K,V>> |
Function that uses an encoder to converter entries from the configured storage format to
the requested format. |
| EncoderEntryMapper.Externalizer | |
| EncoderKeyMapper<K> |
Function that uses a keyEncoder to converter keys from the configured storage format to
the requested format. |
| EncoderKeyMapper.Externalizer | |
| EncoderValueMapper<V> |
Function that uses a valueEncoder to converter values from the configured storage format
to the requested format. |
| EncoderValueMapper.Externalizer | |
| FunctionMapper | |
| FunctionMapper.Externalizer | |
| InvocationHelper |
It invokes the
VisitableCommand through this cache AsyncInterceptorChain. |
| SimpleCacheImpl<K,V> |
Simple local cache without interceptor stack.
|
| SimpleCacheImpl.CacheEntryChange<K,V> | |
| SimpleCacheImpl.ValueAndMetadata<V> | |
| StatsCollectingCache<K,V> |
Wraps existing
AdvancedCache to collect statistics |
Copyright © 2022 JBoss by Red Hat. All rights reserved.