com.github.hetianyi.common.cache.CacheAspectResolver Maven / Gradle / Ivy
package com.github.hetianyi.common.cache;
import com.github.hetianyi.common.AspectResolver;
import org.springframework.data.redis.connection.RedisConnectionFactory;
public interface CacheAspectResolver extends AspectResolver {
RedisConnectionFactory redisConnectionFactory();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy