public class Caching
extends java.lang.Object
| Constructor and Description |
|---|
Caching() |
Caching(java.lang.String region,
AccessType accessType,
boolean cacheLazyProperties) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccessType() |
java.lang.String |
getRegion() |
boolean |
isCacheLazyProperties() |
void |
setAccessType(AccessType accessType) |
void |
setCacheLazyProperties(boolean cacheLazyProperties) |
void |
setRegion(java.lang.String region) |
java.lang.String |
toString() |
public Caching()
public Caching(java.lang.String region,
AccessType accessType,
boolean cacheLazyProperties)
public java.lang.String getRegion()
public void setRegion(java.lang.String region)
public AccessType getAccessType()
public void setAccessType(AccessType accessType)
public boolean isCacheLazyProperties()
public void setCacheLazyProperties(boolean cacheLazyProperties)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.