Class Caching


  • public class Caching
    extends Object
    Models the caching options for an entity, natural-id or collection.
    • Constructor Detail

      • Caching

        public Caching​(TruthValue requested)
      • Caching

        public Caching​(String region,
                       AccessType accessType,
                       boolean cacheLazyProperties)
    • Method Detail

      • getRegion

        public String getRegion()
      • setRegion

        public void setRegion​(String region)
      • getAccessType

        public AccessType getAccessType()
      • setAccessType

        public void setAccessType​(AccessType accessType)
      • isCacheLazyProperties

        public boolean isCacheLazyProperties()
      • setCacheLazyProperties

        public void setCacheLazyProperties​(boolean cacheLazyProperties)
      • setRequested

        public void setRequested​(TruthValue requested)
      • overlay

        public void overlay​(Caching overrides)