Download Plugin (zip)

Stats

Version

0.1

Wheels Compatibility

0.9.4

Downloads

152

Last Updated

September 7, 2010

About Plugins

Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.

Read Using and Creating Plugins for more information.

Isaac Dealey's CacheBox plugin

CacheBox provides a one-stop-shop for content caching.

Author

Mike Henke

Project Home

http://github.com/mhenke/cacheboxCFWheels

Description

CacheBox provides a one-stop-shop for content caching.  (Isaac Dealey)

  • BEFORE INSTALLING READ INSTRUCTION IN readme.txt OF THE ZIP

Gives Caching PEPP: Portable, Extensible, Personal and Powerful

1. Portable - use the same caching service for all your frameworks or applications - agent/service design allows you to publish 'CacheBox Ready' code with no dependencies so you can use it everywhere
2. Extensible - easily write new storage engines or eviction policies
3. Personal - let the person running the application decide how to cache, NOT the person who wrote it (after all, it's your server)
4. Powerful - see all the cache for your applications in one place - keep your CF cluster in-sync and let the framework decide how best to cache (automatic-optimization) - OR - do it yourself through a handy management application with hot-swappable storage types and eviction policies

Supported caching engines include
- in memory
- file
- database
- Java SoftReferences
- cluster scope (Railo)
- memcached (requires cfmemcached also on riaforge)
- ColdFusion 9 ehCache instance
- Custom - add your own

...more

Change Log

Version 0.1—October 31, 2009 Download

  • Initial release.
  • CFWheels 0.9.4
  • CacheBox 0.9.9 BETA
  • Wheels compatibility: 0.9.4.