Metadata


Name
rack-cache
Version
1.17.0
Platform
ruby
Authors
Ryan Tomayko
Bindir
bin
Date
2024-04-05 00:00:00 UTC
Dependencies
rack (>= 0.4)
maxitest (>= 0, development)
mocha (>= 0, development)
mutex_m (>= 0, development)
dalli (>= 0, development)
bump (>= 0, development)
rake (>= 0, development)
hanna-nouveau (>= 0, development)
Description
Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (expires, cache-control) and/or validation (last-modified, etag) information.
Email
r@tomayko.com
Extra rdoc files
README.md
MIT-LICENSE
CHANGES
Files
CHANGES
MIT-LICENSE
README.md
lib/rack-cache.rb
lib/rack/cache.rb
lib/rack/cache/app_engine.rb
lib/rack/cache/appengine.rb
lib/rack/cache/cache_control.rb
lib/rack/cache/cachecontrol.rb
lib/rack/cache/context.rb
lib/rack/cache/entity_store.rb
lib/rack/cache/entitystore.rb
lib/rack/cache/headers.rb
lib/rack/cache/key.rb
lib/rack/cache/meta_store.rb
lib/rack/cache/metastore.rb
lib/rack/cache/options.rb
lib/rack/cache/request.rb
lib/rack/cache/response.rb
lib/rack/cache/storage.rb
lib/rack/cache/version.rb
Homepage
https://github.com/rack/rack-cache
Licenses
MIT
Rdoc options
--line-numbers
--inline-source
--title
Rack::Cache
--main
Rack::Cache
Require paths
lib
Required ruby version
>= 2.7.7
Required rubygems version
>= 0
Rubygems version
3.5.3
Specification version
4
Summary
HTTP Caching for Rack
Original platform
ruby
New platform
ruby