io.polaris.core.cache.ICacheManager Maven / Gradle / Ivy
package io.polaris.core.cache;
import javax.annotation.Nullable;
/**
* @author Qt
* @since 1.8
*/
public interface ICacheManager {
@Nullable
ICache getCache(String name);
}
package io.polaris.core.cache;
import javax.annotation.Nullable;
/**
* @author Qt
* @since 1.8
*/
public interface ICacheManager {
@Nullable
ICache getCache(String name);
}