Uses of Interface
cn.dev33.satoken.dao.timedcache.SaMapPackage
Packages that use SaMapPackage
-
Uses of SaMapPackage in cn.dev33.satoken.dao.timedcache
Classes in cn.dev33.satoken.dao.timedcache that implement SaMapPackageModifier and TypeClassDescriptionclassMap 包装类 (ConcurrentHashMap 版)Fields in cn.dev33.satoken.dao.timedcache declared as SaMapPackageModifier and TypeFieldDescriptionSaTimedCache.dataMap存储数据的集合SaTimedCache.expireMap存储数据过期时间的集合(单位: 毫秒), 记录所有 key 的到期时间 (注意存储的是到期时间,不是剩余存活时间)Constructors in cn.dev33.satoken.dao.timedcache with parameters of type SaMapPackageModifierConstructorDescriptionSaTimedCache(SaMapPackage<Object> dataMap, SaMapPackage<Long> expireMap)