Skip to content

Commit

Permalink
Improve cache abstraction chapter
Browse files Browse the repository at this point in the history
This commit is a general update of the Cache Abstraction chapter.

Existing sections have been updated with recent improvements made in
that area, in particular:
* Guava and JSR-107 caches support
* New @CacheConfig annotation allowing to share some key customizations
  at class-level
* CacheResolver interface used to resolve the cache(s) to use at
  runtime
* Update section on @CachePut

This commit also describes the support of standard JCache annotations,
i.e. JSR-107.

Issues: SPR-11490, SPR-11316, SPR-10629, SPR-9616, SPR-8696
  • Loading branch information
snicoll committed Apr 9, 2014
1 parent 3cda355 commit 2b89c1a
Showing 1 changed file with 353 additions and 53 deletions.
Loading

0 comments on commit 2b89c1a

Please sign in to comment.