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)
     
    static void
    trace(org.slf4j.Logger logger, org.jgroups.util.RspList<Object> l)
     
    io.ebean.cache.ServerCacheType
     

    Methods inherited from interface com.turbospaces.ebean.LocalCache

    onClear

    Methods inherited from interface io.ebean.cache.ServerCache

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

    • onPut

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

      void onRemove(byte[] key)
    • type

      io.ebean.cache.ServerCacheType type()
    • trace

      static void trace(org.slf4j.Logger logger, org.jgroups.util.RspList<Object> l)