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