Cache management
From Cyclone3 Wiki
Planned advance in cache usage.
Overview
Cache (Cyclone3 modules' server cache in our case) speeds up page delivery, by saving a previously generated module output and providing it for the next request for the same module with the same parameters as-is, without further processing (loading the requested db data and transforming the module template for final output). The cached output is stored and loaded for a specified time period, which is overriden by a change of input parameters.
Basic features expected
- Delete all cache for the given domain service at once
- Delete all cache for a given subservice of the given domain
- Delete all cache for a given module
- Delete all cache for a given module with given parameters