Class CmsDetailNameCache

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DELAY_MILLIS
      The delay between updates.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clears the cache.
      CmsUUID getDetailId​(java.lang.String name)
      Gets the structure id for a given URL name.
      void initialize()
      Initializes the cache by scheduling the update actions and loading the initial cache contents.
      void remove​(CmsPublishedResource pubRes)
      Removes a published resource from the cache.
      void remove​(CmsResource resource)
      Removes a resource from the cache.
      void update​(CmsPublishedResource pubRes)
      Updates the cache entry for the given published resource.
      void update​(CmsResource resource)
      Updates the cache entry for the given resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait