public abstract @interface

Cacheable

implements Annotation
org.springframework.cache.annotation.Cacheable

Class Overview

Annotation indicating that a method (or all the methods on a class) can be cached. The method arguments and signature are used for computing the key while the return instance as the cache value.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation