public class Caching
extends java.lang.Object
Constructor and Description |
---|
Caching(java.lang.String region,
AccessType accessType,
boolean cacheLazyProperties) |
Caching(java.lang.String region,
AccessType accessType,
boolean cacheLazyProperties,
TruthValue requested) |
Caching(TruthValue requested) |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccessType() |
java.lang.String |
getRegion() |
TruthValue |
getRequested() |
boolean |
isCacheLazyProperties() |
void |
overlay(CacheRegionDefinition overrides) |
void |
overlay(Caching overrides) |
void |
setAccessType(AccessType accessType) |
void |
setCacheLazyProperties(boolean cacheLazyProperties) |
void |
setRegion(java.lang.String region) |
void |
setRequested(TruthValue requested) |
java.lang.String |
toString() |
public Caching(TruthValue requested)
public Caching(java.lang.String region, AccessType accessType, boolean cacheLazyProperties)
public Caching(java.lang.String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
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 TruthValue getRequested()
public void setRequested(TruthValue requested)
public void overlay(CacheRegionDefinition overrides)
public void overlay(Caching overrides)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.