July 2016
Intermediate to advanced
490 pages
10h 54m
English
Spring Cache applies caching to Java methods, providing the application and environment where results of selective methods are temporarily stored. It is abstracted and is represented through the cache interface. Spring Cache improves the performance of the methods by avoiding multiple executions of the same method giving the same input and result. Note that this type of caching can be applied to the methods which return the same result giving the same input.
Spring Cache has several implementations and these are:
<bean id="cacheManager" ...
Read now
Unlock full access