SLING-5504 - Reduce memory footprint of stored recording data

-- Make cache size by memory configurable. Defaults to 50MB and expiry in 15 mins
-- Change the recording logic such that recording is added to cache at end. As Guava calculates the entry size at time of put and recording size is only calculated at end. So now recorder would be called at end of request processing

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1729535 13f79535-47bb-0310-9956-ffa450edef68
8 files changed
tree: 2cc5afb5bde9051100bdb8aa7ab15acb59859196
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Log Tracer

Refer to Log Tracer