Slide 16
Slide 16 text
Unless otherwise indicated, these slides are © 2013-2014 Pivotal Software, Inc. and licensed under a
Creative Commons Attribution-NonCommercial license: http://creativecommons.org/licenses/by-nc/3.0/
Application cache (summary)
! No cache store specific access in your code
• Separation of concern
• Library specific APIs do not leak in your code
! Supported cache stores are updated for you
• Ehcache, Hazelcast, JCache, Guava, Redis, JDK HashMap, etc.
! Benefit from new features (JCache support in 4.1)
• Super easy once the infrastructure is in place
16