All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ajaxjs.util.cache.MemoryCache Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
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