public interface CacheProperties
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.
|
boolean isLockOnRead()
boolean isLockOnWrite()
boolean isMarshalling()
boolean isPersistent()
boolean isTransactional()
Copyright © 2018 JBoss by Red Hat. All rights reserved.