Projects tagged ‘apc’ and ‘cache’


[4 total ]

1 Users

A multi-purpose Symfony caching plugin: - Provides Symfony 1.1+ cache classes for Symfony 1.0 (with an adapter for view caching). - Also provides a transparent and extensible API to cache objects ... [More] with the cache classes, for any version of Symfony. - A convenient way to get cache classes depending on your environment. - DebugBar/Logging for any cache class, with timing and hit/miss information. [Less]
Created 8 months ago.

1 Users

LayerCache is a simple caching framework for PHP5 which allows you to easily plug a multi-layer caching mechanism into your application. It implements the concept of layered caching where an item ... [More] can be cached in several layers. When you request an item, the framework reads from each cache in the stack. If the item is present, it's returned, if it isn't, it's retrieved from the source and stored in all caches in the stack. [Less]
Created 4 months ago.

0 Users

CacheCore is a lightweight caching system for PHP 5.1.4+ that provides a single interface for a variety of storage types. Write your caching logic once and you can switch between caching types by ... [More] simply changing the class that's instantiated. CacheCore was born out of the Tarzan project, and was designed from the start to be a reliable standalone component to be re-used in any other project. [Less]
Created 12 months ago.

0 Users

PHP class for Asynchronous Cache Validation (stale-while-revalidate)
Created 2 months ago.