• New Feature
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache-core
  • cdennis
  • Reporter: teck
  • August 25, 2010
  • 0
  • Watchers: 0
  • November 01, 2010
  • September 10, 2010

Description

The terracotta clustered and off heap cache Store use an “optimized” serialization format. In particular the class descriptors are replaced with an integer mapping maintained in another data structure. This trick removes most of the repeated information present in the serialized form of each cache entry.

This JIRA is to potentially implement the same optimization for the disk store.

Comments

Chris Dennis 2010-09-10

Done for the enterprise disk store used by off-heap.