Skip to main content
Jump to: navigation, search

Cache Service

Revision as of 21:52, 14 July 2009 by Ptrevithick.gmail.com (Talk | contribs) (Details)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Cache Service provide common way for other components to cache their preformance sensitive data.


Service

Manages configuration of Cache Provider which is used to cache data.

Responsibilities

  • Configure and provide access to one of Cache Providers to be used for caching.
  • Provide reference "NoCache" implementation of Cache Provider so Cache Service could be used even if there is no any other Cache Provider available/configured.

Links

Back to the top