Interface ICacheProbe

All Known Subinterfaces:
ICacheRegistration
All Known Implementing Classes:
CacheRegistration

public interface ICacheProbe
Author:
Eike Stepper
  • Method Details

    • isDisposed

      boolean isDisposed()
    • elementCached

      void elementCached(int elementSize)
    • elementEvicted

      void elementEvicted(int elementSize)
    • elementReconstructed

      void elementReconstructed(long reconstructionTime)
    • getElementCount

      int getElementCount()
    • getCacheSize

      long getCacheSize()
    • getAverageElementSize

      long getAverageElementSize()
    • getReconstructionCost

      long getReconstructionCost()