Package | Description |
---|---|
com.mxixm.fastboot.weixin.module.web.session | |
com.mxixm.fastboot.weixin.util |
Modifier and Type | Field and Description |
---|---|
protected CacheMap<String,WxSession> |
DefaultWxSessionManager.sessions
可以参考Tomcat自己的sessionManager,自己内部维护一个Map,这里为了省事用了我自己的cacheMap
缺点是lastAccessTime就只能在get的时候设置了。对于获取属性的操作并不会影响这个值。
|
Modifier and Type | Method and Description |
---|---|
CacheMap<K,V> |
CacheMap.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static void |
CacheMap.clearOverflowCache(CacheMap map)
清理超过限制的缓存
|
static void |
CacheMap.clearTimeoutCache(CacheMap map) |
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.