| Modifier and Type | Optional Element and Description |
|---|---|
Class |
cacheLoaderFactoryClass
The factory class of the CacheLoader to be attached to the cache
|
String |
cacheName
The name of the Cache in the Cache Manager
|
Class |
cacheWriterFactoryClass
The factory class of the CacheWriter to be attached to the cache
|
Class |
expiryPolicyFactoryClass
The class of the expiry policy factory used to create an expiry policy for the cache
|
Class |
keyClass
The class of the Cache Keys
|
boolean |
managementEnabled
Is Managemenet Enabled for the Cache
|
boolean |
readThrough
Is the cache configured for read through.
|
boolean |
statisticsEnabled
Are statistics enabled for the cache
|
Class |
valueClass
The class of the cache values
|
boolean |
writeThrough
Is the cache configured for write through.
|
public abstract String cacheName
public abstract Class keyClass
public abstract Class valueClass
public abstract boolean statisticsEnabled
public abstract boolean managementEnabled
public abstract boolean readThrough
public abstract boolean writeThrough
public abstract Class cacheLoaderFactoryClass
public abstract Class cacheWriterFactoryClass
public abstract Class expiryPolicyFactoryClass
Copyright © 2019. All rights reserved.