Class ResourcesCache.Cache

java.lang.Object
org.eclipse.dirigible.commons.config.ResourcesCache.Cache
Enclosing class:
ResourcesCache

public static class ResourcesCache.Cache
extends Object
The Class Cache.
  • Method Details

    • getTag

      public String getTag​(String id)
      Gets the tag.
      Parameters:
      id - the id
      Returns:
      the tag
    • setTag

      public void setTag​(String id, String tag)
      Sets the tag.
      Parameters:
      id - the id
      tag - the tag
    • generateTag

      public String generateTag()
      Generate tag.
      Returns:
      the string
    • clear

      public void clear()
      Clear.