Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The primary audience of this manual is the developer and technology lead community. It is expected that as a developer you would be primarily focusing on the aspects around configuring a cache with its associated data and using it within the application. If you are an architect or a lead, you may also be interested in section detailing concepts around how the caching system behaves across a clustered deployment or for n-tier deployment scenario.

In case you have already finalized on your own application cache management system then this tutorial is not intended for you.

Cache Framework is a layer that is focused on improving the runtime performance of the application. Typically all applications end up doing some caching for faster performance, and in many cases in an unregulated manner that in itself can end up with memory leaks. This document talks about how the caching framework provided by Canvas can be used to get a reliable caching system that can be used for any in memory caching needs.

...