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

com.github.bingoohuang.springrediscache.RedisCacheNameGenerator Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.springrediscache;

import org.aopalliance.intercept.MethodInvocation;

public interface RedisCacheNameGenerator {
    String generateCacheName(MethodInvocation invocation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy