|
|
|
@ -20,6 +20,7 @@ package org.springframework.cache.interceptor; |
|
|
|
* Class describing a cache 'evict' operation. |
|
|
|
* Class describing a cache 'evict' operation. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Costin Leau |
|
|
|
* @author Costin Leau |
|
|
|
|
|
|
|
* @author Marcin Kamionowski |
|
|
|
* @since 3.1 |
|
|
|
* @since 3.1 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class CacheEvictOperation extends CacheOperation { |
|
|
|
public class CacheEvictOperation extends CacheOperation { |
|
|
|
|