• New Feature
  • Status: Open
  • 2 Major
  • Resolution:
  • prodmgmt
  • Reporter:
  • July 28, 2009
  • 0
  • Watchers: 2
  • March 19, 2010

Description

It would be cool to have cache config default templates for basic cache data characteristics (e.g., read-only, read-mostly, read-write).

I’m thinking of something like:

DistributedCache cache = new DistributedCacheBuilder().newReadMostlyCache();

or

cache = new DistributedCacheBuilder().newReadWriteCache();

I’m not sure this is perfect interface, but something like this would give people pre-set starting points for config values like TTI, TTL for various pre-defined use-cases.

A companion feature would be template configs for Terracotta server and L1 settings based for these templates.

Comments

Fiona OShea 2009-07-28

needs an RMP and requirements