Interface SimpleLocalCache

All Known Implementing Classes:
AuthTokenCacheLocalImpl, SimpleLocalCacheImpl

public interface SimpleLocalCache
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
     
    <T> T
    get(Object key)
     
    void
    put(Object key, Object value, Long ttlMilliseconds)
     
  • Method Details