Cache Implementations
As I have mentioned earlier, the actual implementations of the cache is by third party library and Spring provides only the abstract layer for enabling that specific cache implementation to store the cache data. Spring's has the abstraction for the following list of cache implementations out of the box:
- JDK
java.util.concurrent.ConcurrentMap
based caches - EhCache
- Gemfire Cache
- Guava Caches
- JSR 107 complaint caches
Read full article from Spring Cache Tutorial
No comments:
Post a Comment