okcache icon indicating copy to clipboard operation
okcache copied to clipboard

一个高性能二级缓存实现, 内存LRU缓存 + 磁盘文件持久化缓存。

Results 2 okcache issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. Changelog Sourced from junit's changelog. Summary of changes...

dependencies

src\main\java\com\spring2go\okcache\ICache.java 拼写错误 * @param ttl the time to idle value in milliseconds void put(K key, byte[] value, long tti) throws IOException; tti 改为 ttl