public class Caching extends Object
Constructor and Description |
---|
Caching() |
Caching(String region,
AccessType accessType,
boolean cacheLazyProperties) |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccessType() |
String |
getRegion() |
boolean |
isCacheLazyProperties() |
void |
setAccessType(AccessType accessType) |
void |
setCacheLazyProperties(boolean cacheLazyProperties) |
void |
setRegion(String region) |
String |
toString() |
public Caching()
public Caching(String region, AccessType accessType, boolean cacheLazyProperties)
public String getRegion()
public void setRegion(String region)
public AccessType getAccessType()
public void setAccessType(AccessType accessType)
public boolean isCacheLazyProperties()
public void setCacheLazyProperties(boolean cacheLazyProperties)
Copyright © 2018 JBoss by Red Hat. All rights reserved.