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

org.onetwo.common.spring.cache.SimpleCacheManager Maven / Gradle / Ivy

package org.onetwo.common.spring.cache;

public interface SimpleCacheManager {

	public SimpleCacheWrapper getSimpleCacheWrapper(String name);

	public SimpleCacheWrapper getExcelTemplateCache();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy