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

Version Path
background_cache-0.2.9 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.8 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.6 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.5 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.4 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.3 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.1 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.2.0 spec/fixtures/rails/lib/background_cache_config.rb
background_cache-0.1.4 spec/fixtures/rails/lib/background_cache_config.rb