public marks

PUBLIC MARKS from projekte with tags ruby & data

02 February 2007 15:45

Time-based Fragment Caching with MemCache

by 1 other
class ActionController::Caching::Fragments::MemCacheStore def data=(cache) @data = cache end end In summary our code in config/environments/production.rb looks like this: