Projects tagged ‘caching’ and ‘memcached’


[6 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 9 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

Using the built-in plugin and lexicon system of Fusebox 5.5 and available APIs for Memcached and ColdFusion 9's internal EHCache instance, Fusecache provides simple, configurable, and pluggable ... [More] caching for Fusebox applications with the goals of minimal code overhead and minimal processing footprint. For more information, please see the documents included with each release. [Less]
Created 4 months ago.

0 Users

(UNDER CONSTRUCTION) A framework designed to enable caching in applications based on Guice dependency injection framework.
Created 8 months ago.

0 Users

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Danga ... [More] Interactive developed memcached to enhance the speed of LiveJournal.com, a site which was already doing 20 million+ dynamic page views per day for 1 million users with a bunch of webservers and a bunch of database servers. memcached dropped the database load to almost nothing, yielding faster page load times for users, better resource utilization, and faster access to the databases on a memcache miss. [Less]
Created 9 months ago.

0 Users

Memcached client for .NET 2.0+
Created 11 months ago.