public class InfinispanCacheProperties extends Object implements CacheProperties
| Constructor and Description |
|---|
InfinispanCacheProperties(org.infinispan.configuration.cache.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLockOnRead()
Indicates whether the associated cache requires eager locking for cache reads.
|
boolean |
isLockOnWrite()
Indicates whether the associated cache uses eager locking for cache writes.
|
boolean |
isMarshalling()
Indicates whether the mode of this cache requires marshalling of cache values
|
boolean |
isPersistent()
Indicates whether cache operations should assume immediate marshalling/unmarshalling of the value.
|
boolean |
isTransactional()
Indicates whether the cache is transactional.
|
public InfinispanCacheProperties(org.infinispan.configuration.cache.Configuration config)
public boolean isPersistent()
CachePropertiesisPersistent in interface CachePropertiespublic boolean isTransactional()
CachePropertiesisTransactional in interface CachePropertiespublic boolean isLockOnRead()
CachePropertiesisLockOnRead in interface CachePropertiespublic boolean isLockOnWrite()
CachePropertiesisLockOnWrite in interface CachePropertiespublic boolean isMarshalling()
CachePropertiesisMarshalling in interface CachePropertiesCopyright © 2019 JBoss by Red Hat. All rights reserved.