Class CacheMonitorImpl

    • Constructor Detail

      • CacheMonitorImpl

        public CacheMonitorImpl()
    • Method Detail

      • clearCache

        public void clearCache​(String cacheName)
        Description copied from interface: CacheMonitor
        Remove all items from the cache with the given name.
        Specified by:
        clearCache in interface CacheMonitor
        Parameters:
        cacheName - cache
      • disableStatistics

        public void disableStatistics()
        Description copied from interface: CacheMonitor
        Disable collection of statistics on the caches.
        Specified by:
        disableStatistics in interface CacheMonitor
      • enableStatistics

        public void enableStatistics()
        Description copied from interface: CacheMonitor
        Enable collection of statistics on the caches.
        Specified by:
        enableStatistics in interface CacheMonitor
      • getStats

        public String getStats​(Locale locale)
        Description copied from interface: CacheMonitor
        Obtain the cache statistics in HTML format.
        Specified by:
        getStats in interface CacheMonitor
        Parameters:
        locale - a locale to use to format numbers and render messages