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

com.daedafusion.cache.CacheManager Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.cache;

/**
 * Created by mphilpot on 8/27/14.
 */
public interface CacheManager
{
    /**
     * Return the named cache.  If the name does not already exist, the manager should create a default one
     * @param name
     * @return a Cache object
     */
    Cache getCache(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy