Sha256: 3898c17561ece6c4286cf8e9f89c68816daeba30a9c4bcc7a52f4adeefd67f94
Contents?: true
Size: 277 Bytes
Versions: 9
Compression:
Stored size: 277 Bytes
Contents
BackgroundCache::Config.new do cache(:path => '/') layout(false) do only('test_2') do cache( :controller => 'application', :action => 'test_2' ) end cache( :controller => 'application', :action => 'test_3' ) end end
Version data entries
9 entries across 9 versions & 1 rubygems