Interface CacheCallback

  • All Known Implementing Classes:
    SortedLedgerStorage

    public interface CacheCallback
    Interface plugged into caching to receive callback notifications.
    • Method Detail

      • onSizeLimitReached

        void onSizeLimitReached​(CheckpointSource.Checkpoint cp)
                         throws java.io.IOException
        Process notification that cache size limit reached.
        Throws:
        java.io.IOException