Login

    Register

PROJECT CATEGORIES

 

CacheBox
Project Home Forums Known Issues Contact Project

Author: Isaac Dealey (All RIAForge projects by this author)
Last Updated: August 6, 2008 8:47 PM
Version: 0.1
Views: 1505
Downloads: 0
License: BSD

Description:

The intent behind CacheBox is to eliminate the need for various ColdFusion projects to continue reinventing the wheel with regard to data/object caching.

CacheBox will include a service and an agent.

SERVICE: will support a variety of strategies from naive expiration-based caching (similar to ColdFusion query caching) to Java SoftReferences to external caching services like memcached (via pluggable integration of other caching projects like cfmemcached). The service will also provide an algorithm for automatically switching between available strategies on the fly to select the most effective strategy for the application's current needs, which may change throughout the day!

AGENT: will automatically detect the presence of the service and when not available, revert to a naive caching strategy. This will allow your applications to be designed *to use* sophisticated caching strategies without needing to include all the code to execute those strategies in your distribution.

Requirements:

ColdFusion 7

Issue Tracker:

There are no issues for this project.

To enter issues for this (or any other) project, you must be logged in.

Subversion Access:

You may access this project's Subversion repository with your client here: http://svn.riaforge.org/cachebox.

You may download the latest set of files from Subversion as a zip file.

Anonymous users have read access to the repository while the administrator has write access.

This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/