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() |
boolean |
isLockOnWrite() |
boolean |
isMarshalling() |
boolean |
isPersistent() |
boolean |
isTransactional() |
public InfinispanCacheProperties(org.infinispan.configuration.cache.Configuration config)
public boolean isPersistent()
isPersistent in interface CachePropertiespublic boolean isTransactional()
isTransactional in interface CachePropertiespublic boolean isLockOnRead()
isLockOnRead in interface CachePropertiespublic boolean isLockOnWrite()
isLockOnWrite in interface CachePropertiespublic boolean isMarshalling()
isMarshalling in interface CachePropertiesCopyright © 2020 JBoss by Red Hat. All rights reserved.