Sha256: 0e27035831207ca9ceaf74fe05d9bb62e4befa0bbabdf3fe08725a453256fc06

Contents?: true

Size: 1.23 KB

Versions: 104

Compression:

Stored size: 1.23 KB

Contents

## 0.5

  - Document allow_revalidate and allow_reload options.
  - Support multiple memcache servers.
  - Purge/invalidate everything
  - Explicit expiration/invalidation based on response headers or via an
    object interface passed in the rack env.
  - Sample apps: Rack, Rails, Sinatra, Merb, etc.
  - Move old breakers.rb configuration file into rack-contrib as a
    middleware component.

## Backlog

  - Use Bacon instead of test/spec
  - Fast path pass processing. We do a lot more than necessary just to determine
    that the response should be passed through untouched.
  - Invalidate at the URI of the Location or Content-Location response header
    on POST, PUT, or DELETE that results in a redirect.
  - Maximum size of cached entity
  - Last-Modified factor: requests that have a Last-Modified header but no Expires
    header have a TTL assigned based on the last modified age of the response:
    TTL = (Age * Factor), or, 1h  = (10h * 0.1)
  - Consider implementing ESI (http://www.w3.org/TR/esi-lang). This should
    probably be implemented as a separate middleware component.
  - stale-while-revalidate
  - Serve cached copies when down (see: stale-if-error) - e.g., database
    connection drops and the cache takes over what it can. 

Version data entries

104 entries across 80 versions & 21 rubygems

Version Path
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/rack-cache-1.2/TODO
josh-rack-cache-0.5.1 TODO
rtomayko-rack-cache-0.5.1 TODO
rtomayko-rack-cache-0.5 TODO
swipe-rails-0.0.5 vendor/bundle/gems/rack-cache-1.2/TODO
active_mailer-0.0.9 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
active_mailer-0.0.8 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
active_mailer-0.0.7 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
active_mailer-0.0.6 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
font-awesome-rails-3.1.1.2 vendor/ruby/2.0.0/gems/rack-cache-1.2/TODO
font-awesome-rails-3.1.1.2 vendor/ruby/1.9.1/gems/rack-cache-1.2/TODO
font-awesome-rails-3.1.1.1 vendor/ruby/2.0.0/gems/rack-cache-1.2/TODO
font-awesome-rails-3.1.1.1 vendor/ruby/1.9.1/gems/rack-cache-1.2/TODO
challah-1.0.0.beta3 vendor/bundle/gems/rack-cache-1.2/TODO
fc-webicons-0.0.4 vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
challah-1.0.0.beta2 vendor/bundle/gems/rack-cache-1.2/TODO
challah-1.0.0.beta vendor/bundle/gems/rack-cache-1.2/TODO
fc-webicons-0.0.3 vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/TODO