Interface CacheMonitor

  • All Known Implementing Classes:
    CacheMonitorImpl

    public interface CacheMonitor
    Author:
    paul
    • Method Detail

      • clearAllCaches

        void clearAllCaches()
        Remove all items from all caches.
      • disableStatistics

        void disableStatistics()
        Disable collection of statistics on the caches.
      • enableStatistics

        void enableStatistics()
        Enable collection of statistics on the caches.
      • getStats

        String getStats​(Locale locale)
        Obtain the cache statistics in HTML format.
        Parameters:
        locale - a locale to use to format numbers and render messages