分布式缓存在提升性能和可伸缩性时举足轻重,但Java目前还没有任何完整、标准的缓存机制。JSR-107(JCache API)正在紧锣密鼓的制定当中,以后会成为Java EE 7的一部分。JSR-107这些年有些声名狼藉,因为它是一个很老的规范,但到现在还没有完成,不过随着对缓存的需求越来越多,JSR-107最终是要问世的。
JBoss Cache项目Leader的培训PPT Agenda Overview and history Current architecture and API Features Local vs. replicated cache, buddy replication, partitioning Locking - Optimistic vs. Pessimistic Transactional support Eviction and cache loading Pojo Cache
Overview Package Class Tree Deprecated Index Help PREV NEXT FRAMES NO FRAMES -------------------------------------------------------------------------------- Copyright (C) 1993-2009 Kingdee All Rights Reserved. Packages com.kingdee.bos com.kingdee.b
Spring Framework Reference Documentation Authors Rod Johnson , Juergen Hoeller , Keith Donald , Colin Sampaleanu , Rob Harrop , Thomas Risberg , Alef Arendsen , Darren Davison , Dmitriy Kopylenko , Mark Pollack , Thierry Templier , Erwin Vervaet , P
I. Spring Boot Documentation 1. About the Documentation 2. Getting Help 3. First Steps 4. Working with Spring Boot 5. Learning about Spring Boot Features 6. Moving to Production 7. Advanced Topics II. Getting Started 8. Introducing Spring Boot 9. Sy