Interface CacheControlMXBean


  • public interface CacheControlMXBean
    Combined interface of basic cache information and cache control. Mirrors the functions of CacheControl
    Author:
    Jens Wilke
    • Method Detail

      • getName

        String getName()
        See Also:
        CacheInfo.getName()
      • getManagerName

        String getManagerName()
        See Also:
        CacheInfo.getManagerName()
      • getKeyType

        String getKeyType()
        See Also:
        CacheInfo.getKeyType()
      • getValueType

        String getValueType()
        See Also:
        CacheInfo.getValueType()
      • getSize

        long getSize()
        See Also:
        CacheInfo.getSize()
      • getEntryCapacity

        long getEntryCapacity()
        See Also:
        CacheInfo.getEntryCapacity()
      • getMaximumWeight

        long getMaximumWeight()
        See Also:
        CacheInfo.getMaximumWeight()
      • getTotalWeight

        long getTotalWeight()
        See Also:
        CacheInfo.getTotalWeight()
      • getCapacityLimit

        long getCapacityLimit()
        See Also:
        CacheInfo.getCapacityLimit()
      • getImplementation

        String getImplementation()
        See Also:
        CacheInfo.getImplementation()
      • isLoaderPresent

        boolean isLoaderPresent()
        See Also:
        CacheInfo.isLoaderPresent()
      • isWeigherPresent

        boolean isWeigherPresent()
        See Also:
        CacheInfo.isWeigherPresent()
      • isStatisticsEnabled

        boolean isStatisticsEnabled()
        See Also:
        CacheInfo.isStatisticsEnabled()
      • getCreatedTime

        Date getCreatedTime()
        See Also:
        CacheInfo.getCreatedTime()
      • getClearedTime

        Date getClearedTime()
        See Also:
        CacheInfo.getClearedTime()
      • clear

        void clear()
        See Also:
        CacheOperation.clear()
      • changeCapacity

        void changeCapacity​(long entryCountOrWeight)