Release Name: 1.0.0
Notes:
A local in memory cache with max size and expiration.
Can be used as a Rails cache too. In environment.rb:
require 'local_cache'
ActionController::Base.cache_store = :local_cache
Activerecordtosdb.cache_store = ActionController::Base.cache_store
Changes:
=== 1.0.0 / 2009-04-23
* 1 major enhancement
* Birthday!
|