Interface Store

All Known Subinterfaces:
SocketIOClient
All Known Implementing Classes:
HazelcastStore, MemoryStore, NamespaceClient, RedissonStore

public interface Store
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    del(String key)
     
    <T> T
    get(String key)
     
    boolean
    has(String key)
     
    void
    set(String key, Object val)