Class CmsDriverManager.ResourceListWithCacheability

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<CmsResource>
org.opencms.db.CmsDriverManager.ResourceListWithCacheability
All Implemented Interfaces:
Serializable, Cloneable, Iterable<CmsResource>, Collection<CmsResource>, List<CmsResource>, RandomAccess
Enclosing class:
CmsDriverManager

Resource list which additionally knows whether it should be cacheable in the resource list cache or not.
See Also:
  • Constructor Details

  • Method Details

    • isCacheable

      public boolean isCacheable()
      Returns true if the resource list is cacheable.
      Returns:
      true if the list is cacheable
    • setCacheable

      public void setCacheable(boolean cacheable)
      Enables/disables cacheability for the resource list.
      Parameters:
      cacheable - true if the list should be cacheable