@ -31,6 +31,7 @@ import org.springframework.util.Assert;
* invocation context.
*
* @author Stephane Nicoll
* @since 4.1
*/
public abstract class BaseCacheResolver implements CacheResolver, InitializingBean {
@ -27,6 +27,7 @@ import org.springframework.util.Assert;
* @author Costin Leau
* @since 3.1
public abstract class CacheOperation implements BasicCacheOperation {
@ -35,6 +35,7 @@ import org.springframework.aop.support.DefaultPointcutAdvisor;
* of the Spring reference documentation for more information.
* @see org.springframework.aop.framework.ProxyFactoryBean
* @see CacheInterceptor
@ -32,6 +32,7 @@ import org.springframework.util.PatternMatchUtils;
* by registered name.
@SuppressWarnings("serial")
public class NameMatchCacheOperationSource implements CacheOperationSource, Serializable {
@ -28,6 +28,7 @@ import org.springframework.cache.CacheManager;
* collection of name(s) against a given {@link CacheManager}.
public class NamedCacheResolver extends BaseCacheResolver {