|
Description: System that implements caching for the PHP FastTemplate module. Features: Supports lock files, so long operations will not allow pages to be served only "half" cached. Most important on heavily loaded machines.
Allows caching to be decided when the cache is being tested, not written to. This means that caching policies can be easily changed. Blocks can be cached seperately, meaning that different parts of the page can be cached for different amounts of time, or not cached at all. Allows caches to be invalidated on an event basis. (Every half hour, on the half hour, for example.) Allows caches to be invalidated on a time bases. (After 45 seconds, for example.) Handles dynamic blocks and normal blocks without a problem. Intelligent cache naming, allowing the most flexibilty with caching.
|