Projects tagged ‘cache’ and ‘caching’


[28 total ]

132 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.
Created over 3 years ago.

110 Users
   

Ehcache is a widely used java distributed cache for general purpose caching, J2EE and light-weight containers. It features memory and disk stores, replicate by copy and invalidate, listeners, a ... [More] gzip caching servlet filter and much more... Ehcache is available under an Apache open source license and is actively developed, maintained and supported. [Less]
Created over 3 years ago.

9 Users
 

JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of applications. By eliminating unnecessary database access, JBoss Cache ... [More] decreases network traffic and increases the scalability of applications. In addition, JBoss Cache is a clustering library allowing you to transparently share objects across JVMs across a cluster. JBoss Cache provides three APIs to suit your needs. The Core API offers a tree-structured node-based cache. A POJO API provides the ability to perform fine-grained replication of Java objects, resulting in maximum performance benefits. Finally, a new Searchable API allows you to run object-based queries on the cache to search for cached objects. [Less]
Created over 3 years ago.

3 Users
   

the distributed apt-cacher for local networks implemented in Python. It's called apt-zeroconf since it uses avahi for automatically finding other apt-zeroconf instances on the LAN, similar to Apple's Rendezvous/Bonjour/Zeroconf technology
Created over 2 years 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.

1 Users

Dijjer is free P2P software that dramatically reduces the bandwidth needed to host large files. A type of distributed web cache, Dijjer nodes rely on a small number of "seed" peers, through which ... [More] new Dijjer peers can assimilate into the Dijjer network. These are not essential however, you can (through use of Dijjer's command line interface) instruct Dijjer to assimilate through any Dijjer peer. You could even create a network of Dijjer nodes that is entirely separate from the main Dijjer network. [Less]
Created over 3 years ago.

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

A Ruby client library for memcached, a high-performance distributed memory cache. memcached is used to alleviate database load by caching oft-used values in network-accessible memory space, and is ... [More] used behind several high-traffic dynamic web sites like LiveJournal, Slashdot, WikiPedia, and others. [Less]
Created over 2 years ago.

1 Users
   

Java library that provides a collection of simple Object cache implementations, based on References. This library aims to facilitate the implementation of cached memory-sensitive object factories.
Created about 1 year ago.

0 Users

Apollo.Common is a set of libraries that implement common functionality required by enterprise applications. The emphasis has been placed on expected use by services and web based applications.
Created 10 months ago.