Schnittstelle SlingServletResolverCacheMBean


@ProviderType public interface SlingServletResolverCacheMBean
This is the management interface for the SlingServletResolver's cache.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Flush the servlet resolver cache.
    int
    Get the current size of the servlet resolver cache
    int
    Get the maximum configured size of the servlet resolver cache
  • Methodendetails

    • getCacheSize

      int getCacheSize()
      Get the current size of the servlet resolver cache
      Gibt zurück:
      the cache size
    • getMaximumCacheSize

      int getMaximumCacheSize()
      Get the maximum configured size of the servlet resolver cache
      Gibt zurück:
      the maximum configured size
    • flushCache

      void flushCache()
      Flush the servlet resolver cache.