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

com.clickntap.tool.cache.CacheManager Maven / Gradle / Ivy

There is a newer version: 1.30
Show newest version
package com.clickntap.tool.cache;

public interface CacheManager {
	public Cache getCache(String cacheName) throws Exception;

	public boolean containsCache(String cacheName);

	public void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy