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

com.ideaaedi.extspringcache.provider.CacheManagerProvider Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.extspringcache.provider;


import com.ideaaedi.extspringcache.annotation.ExtCacheableOop;
import org.springframework.beans.factory.SmartInitializingSingleton;
import org.springframework.cache.CacheManager;

/**
 * 提供CacheManager
 *
 * @author JustryDeng
 * @since 2020/11/8 12:19:58
 */
public interface CacheManagerProvider extends SmartInitializingSingleton {
    
    /**
     * 获取对应的缓存管理器
     *
     * @param oop
     *         缓存的相关信息
     *
     * @return 对应的缓存换管理
     */
    CacheManager provide(ExtCacheableOop oop);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy