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