
public interface CacheConfigType<T> extends Child<T>
cache-configType xsd type| Modifier and Type | Method and Description |
|---|---|
CacheConfigType<T> |
cacheMaxSize(Integer cacheMaxSize)
Sets the
cache-max-size element |
CacheConfigType<T> |
cacheName(String cacheName)
Sets the
cache-name element |
CacheConfigType<T> |
cacheValue(String cacheValue)
Sets the
cache-value element |
Integer |
getCacheMaxSize()
Returns the
cache-max-size element |
String |
getCacheName()
Returns the
cache-name element |
String |
getCacheValue()
Returns the
cache-value element |
Integer |
getIdleTimeoutSeconds()
Returns the
idle-timeout-seconds element |
String |
getPersistenceManager()
Returns the
persistence-manager element |
Integer |
getRemoveTimeoutSeconds()
Returns the
remove-timeout-seconds element |
String |
getReplicationIsPassivation()
Returns the
replication-is-passivation element |
CacheConfigType<T> |
idleTimeoutSeconds(Integer idleTimeoutSeconds)
Sets the
idle-timeout-seconds element |
CacheConfigType<T> |
persistenceManager(String persistenceManager)
Sets the
persistence-manager element |
CacheConfigType<T> |
removeCacheMaxSize()
Removes the
cache-max-size element |
CacheConfigType<T> |
removeCacheName()
Removes the
cache-name element |
CacheConfigType<T> |
removeCacheValue()
Removes the
cache-value element |
CacheConfigType<T> |
removeIdleTimeoutSeconds()
Removes the
idle-timeout-seconds element |
CacheConfigType<T> |
removePersistenceManager()
Removes the
persistence-manager element |
CacheConfigType<T> |
removeRemoveTimeoutSeconds()
Removes the
remove-timeout-seconds element |
CacheConfigType<T> |
removeReplicationIsPassivation()
Removes the
replication-is-passivation element |
CacheConfigType<T> |
removeTimeoutSeconds(Integer removeTimeoutSeconds)
Sets the
remove-timeout-seconds element |
CacheConfigType<T> |
replicationIsPassivation(String replicationIsPassivation)
Sets the
replication-is-passivation element |
CacheConfigType<T> cacheValue(String cacheValue)
cache-value elementcacheValue - the value for the element cache-valueCacheConfigTypeString getCacheValue()
cache-value elementcache-valueCacheConfigType<T> removeCacheValue()
cache-value elementCacheConfigTypeCacheConfigType<T> cacheMaxSize(Integer cacheMaxSize)
cache-max-size elementcacheMaxSize - the value for the element cache-max-sizeCacheConfigTypeInteger getCacheMaxSize()
cache-max-size elementcache-max-sizeCacheConfigType<T> removeCacheMaxSize()
cache-max-size elementCacheConfigTypeCacheConfigType<T> idleTimeoutSeconds(Integer idleTimeoutSeconds)
idle-timeout-seconds elementidleTimeoutSeconds - the value for the element idle-timeout-secondsCacheConfigTypeInteger getIdleTimeoutSeconds()
idle-timeout-seconds elementidle-timeout-secondsCacheConfigType<T> removeIdleTimeoutSeconds()
idle-timeout-seconds elementCacheConfigTypeCacheConfigType<T> removeTimeoutSeconds(Integer removeTimeoutSeconds)
remove-timeout-seconds elementremoveTimeoutSeconds - the value for the element remove-timeout-secondsCacheConfigTypeInteger getRemoveTimeoutSeconds()
remove-timeout-seconds elementremove-timeout-secondsCacheConfigType<T> removeRemoveTimeoutSeconds()
remove-timeout-seconds elementCacheConfigTypeCacheConfigType<T> cacheName(String cacheName)
cache-name elementcacheName - the value for the element cache-nameCacheConfigTypeString getCacheName()
cache-name elementcache-nameCacheConfigType<T> removeCacheName()
cache-name elementCacheConfigTypeCacheConfigType<T> persistenceManager(String persistenceManager)
persistence-manager elementpersistenceManager - the value for the element persistence-managerCacheConfigTypeString getPersistenceManager()
persistence-manager elementpersistence-managerCacheConfigType<T> removePersistenceManager()
persistence-manager elementCacheConfigTypeCacheConfigType<T> replicationIsPassivation(String replicationIsPassivation)
replication-is-passivation elementreplicationIsPassivation - the value for the element replication-is-passivationCacheConfigTypeString getReplicationIsPassivation()
replication-is-passivation elementreplication-is-passivationCacheConfigType<T> removeReplicationIsPassivation()
replication-is-passivation elementCacheConfigTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.