public static class DistributedCacheFactoryBean.CacheEntry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DistributedCacheFactoryBean.CacheEntry.EntryType
A distributed cache entry type.
|
Constructor and Description |
---|
DistributedCacheFactoryBean.CacheEntry(DistributedCacheFactoryBean.CacheEntry.EntryType type,
java.lang.String value)
Constructs a new
CacheEntry instance. |
public DistributedCacheFactoryBean.CacheEntry(DistributedCacheFactoryBean.CacheEntry.EntryType type, java.lang.String value)
CacheEntry
instance.type
- entry typevalue
- entry value