com.ajaxjs.util.cache.MemoryCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ajaxjs-base Show documentation
Show all versions of ajaxjs-base Show documentation
A pure Java library that provides many tools, utils, and functions.
package com.ajaxjs.util.cache;
import java.util.concurrent.ConcurrentHashMap;
/**
* 基于内存管理cache
*
*/
public class MemoryCache extends ConcurrentHashMap implements Cache {
private static final long serialVersionUID = -2438531796836393205L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy