Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Cache Service"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} The Cache Service provide a way for other components to cache its data to increase performance. ==Details== * ''Status'': f...)
 
Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
The Cache Service provide a way for other components to cache its data to increase performance.
+
The Cache Service provide common way for other components to cache their preformance sensitive data.
  
 
==Details==
 
==Details==
Line 13: Line 13:
 
* Configure and provide access to one of [[Cache Provider]]s to be used for caching.
 
* Configure and provide access to one of [[Cache Provider]]s to be used for caching.
 
* Provide reference "NoCache" implementation.
 
* Provide reference "NoCache" implementation.
 
====Dependencies====
 
  
 
==Links==
 
==Links==
  
 
[[Category:Higgins Components]]
 
[[Category:Higgins Components]]

Revision as of 19:30, 3 April 2009

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

Details

  • Status: first code in B-1-1M1
  • Language: Java
  • Packaging: OSGI bundle

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.

Links

Back to the top