public class InfinispanCacheProperties extends Object implements org.wildfly.clustering.ee.cache.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 org.wildfly.clustering.ee.cache.CachePropertiespublic boolean isTransactional()
isTransactional in interface org.wildfly.clustering.ee.cache.CachePropertiespublic boolean isLockOnRead()
isLockOnRead in interface org.wildfly.clustering.ee.cache.CachePropertiespublic boolean isLockOnWrite()
isLockOnWrite in interface org.wildfly.clustering.ee.cache.CachePropertiespublic boolean isMarshalling()
isMarshalling in interface org.wildfly.clustering.ee.cache.CachePropertiesCopyright © 2020 JBoss by Red Hat. All rights reserved.