Interface LocalCache

All Superinterfaces:
io.ebean.cache.ServerCache
All Known Subinterfaces:
ReplicatedCache
All Known Implementing Classes:
LocalEbeanCache, ReplicatedEbeanCache, RuntimeConfigCache, SimpleCache

public interface LocalCache extends io.ebean.cache.ServerCache
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface io.ebean.cache.ServerCache

    clear, get, getAll, hitRatio, put, putAll, remove, removeAll, size, statistics, unwrap, visit
  • Method Details

    • onClear

      int onClear()