Interface SessionsResolver.SessionCacheRedisClient

Enclosing class:
SessionsResolver

public static interface SessionsResolver.SessionCacheRedisClient
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
     
    void
    setex(String key, long seconds, String value)