Interface ICache

All Known Implementing Classes:
Cache

public interface ICache
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evictElements(int elementCount)
    Instructs this cache to evict elementCount elements.
     
  • Method Details

    • getCacheMonitor

      ICacheMonitor getCacheMonitor()
    • evictElements

      void evictElements(int elementCount)
      Instructs this cache to evict elementCount elements.