Interface ReplicatedCache

All Superinterfaces:
LocalCache, io.ebean.cache.ServerCache
All Known Implementing Classes:
ReplicatedEbeanCache

public interface ReplicatedCache extends LocalCache
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPut​(byte[] key, byte[] value)
     
    void
    onRemove​(byte[] key)
     
    io.ebean.cache.ServerCacheType
     

    Methods inherited from interface com.turbospaces.ebean.LocalCache

    onClear

    Methods inherited from interface io.ebean.cache.ServerCache

    clear, get, getAll, getHitRatio, getStatistics, put, putAll, remove, removeAll, size, visit
  • Method Details

    • onPut

      void onPut(byte[] key, byte[] value)
    • onRemove

      void onRemove(byte[] key)
    • type

      io.ebean.cache.ServerCacheType type()