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

com.github.wzc789376152.springboot.cache.ICacheService Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.cache;

import java.util.Map;

public interface ICacheService {
    Boolean initCache(CacheEnumInterface cacheEnum);

     T getCache(CacheEnumInterface cacheEnum, String key, Class tClass);

     Map getCacheMap(CacheEnumInterface cacheEnum,Class tClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy