Ticket #51 (new New feature)

Opened 8 months ago

Last modified 8 months ago

Generic cache system for API results

Reported by: matt Assigned to:
Priority: major Milestone: Future features
Component: Plugins Version:
Keywords: Cc:

Description

The API calls are currently not cached at all, except if the plugins take care of caching their own data.

It would be interesting to have a generic system for caching results of APIs calls. By default the cache would be disabled but the user could specify

  • max cache size
  • cache lifetime
  • disable cache for some specific APIs methods
  • set different parameters for specific APIs methods

Change History

01/04/08 01:58:53 changed by matt

  • milestone set to Future features.