Class InfinispanCacheProperties
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.InfinispanCacheProperties
-
- All Implemented Interfaces:
CacheProperties
public class InfinispanCacheProperties extends Object implements CacheProperties
Eagerly calculates the properties of a cache configuration.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InfinispanCacheProperties(org.infinispan.configuration.cache.Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLockOnRead()booleanisLockOnWrite()booleanisMarshalling()booleanisPersistent()booleanisTransactional()
-
-
-
Method Detail
-
isPersistent
public boolean isPersistent()
- Specified by:
isPersistentin interfaceCacheProperties
-
isTransactional
public boolean isTransactional()
- Specified by:
isTransactionalin interfaceCacheProperties
-
isLockOnRead
public boolean isLockOnRead()
- Specified by:
isLockOnReadin interfaceCacheProperties
-
isLockOnWrite
public boolean isLockOnWrite()
- Specified by:
isLockOnWritein interfaceCacheProperties
-
isMarshalling
public boolean isMarshalling()
- Specified by:
isMarshallingin interfaceCacheProperties
-
-