public annotation interface  org.springframework.cache.'annotation'.Caching extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract org.springframework.cache.'annotation'.Cacheable[] cacheable();
public abstract org.springframework.cache.'annotation'.CachePut[] put();
public abstract org.springframework.cache.'annotation'.CacheEvict[] evict();
}