公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
walker-dependencies
iplatform平台基础类库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提供ip转地区离线查询(未完成)
shikeying
2024-04-03
b77abcbc0f17070a2a970e0c4aa5837e90f28e1f
[iplatform_group/walker-dependencies.git]
/
walker-cache
/
src
/
main
/
java
/
com
/
walker
/
cache
/
SimpleMemoryCache.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.walker.cache;
public class SimpleMemoryCache extends AbstractMemoryCache {
/**
*
*/
private static final long serialVersionUID = 1340894449550577955L;
}