Interface CacheListener<V>

Type Parameters:
V - The value
All Known Implementing Classes:
PreparedStatementCache

public interface CacheListener<V>
A cache listener
Author:
Jesper Pedersen
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEviction(V value)
    On eviction
  • Method Details

    • onEviction

      void onEviction(V value)
      On eviction
      Parameters:
      value - The value being evicted