Class Caching


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

      • Caching

        public Caching​(TruthValue requested)
      • Caching

        public Caching​(java.lang.String region,
                       AccessType accessType,
                       boolean cacheLazyProperties)
      • Caching

        public Caching​(java.lang.String region,
                       AccessType accessType,
                       boolean cacheLazyProperties,
                       TruthValue requested)
    • Method Detail

      • getRegion

        public java.lang.String getRegion()
      • setRegion

        public void setRegion​(java.lang.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)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object