Interface ReplicatedCache

All Superinterfaces:
org.springframework.beans.factory.Aware, com.turbospaces.boot.BootstrapAware, LocalCache, io.ebean.cache.ServerCache
All Known Implementing Classes:
ReplicatedEbeanCache

public interface ReplicatedCache extends LocalCache, com.turbospaces.boot.BootstrapAware
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPut(byte[] key, byte[] value)
     
    void
    onRemove(byte[] key)
     
    void
    setBootstrap(com.turbospaces.boot.Bootstrap bootstrap)
     
    io.ebean.cache.ServerCacheType
     

    Methods inherited from interface com.turbospaces.ebean.LocalCache

    cleanUp, onClear

    Methods inherited from interface io.ebean.cache.ServerCache

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

    • setBootstrap

      void setBootstrap(com.turbospaces.boot.Bootstrap bootstrap)
      Specified by:
      setBootstrap in interface com.turbospaces.boot.BootstrapAware
    • onPut

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

      void onRemove(byte[] key)
    • type

      io.ebean.cache.ServerCacheType type()