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

com.ideaaedi.extspringcache.refresh.CacheValueRefresher Maven / Gradle / Ivy

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


import org.aspectj.lang.JoinPoint;

/**
 * 缓存值刷新器
 *
 * @author JustryDeng
 * @since 2020/11/23 12:27:09
 */
public interface CacheValueRefresher {
    
    /**
     * 是否应该刷新缓存值
     *
     * @param joinPoint
     *            切面获取到的JoinPoint
     * @return  是否应该刷新缓存值
     */
    boolean refresh(JoinPoint joinPoint);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy