Class
ActionDispatch::RailsMetaStore
In:
lib/action_dispatch/http/rack_cache.rb
Parent:
Rack::Cache::MetaStore
Methods
new
read
resolve
write
Constants
RAILS
=
self
Public Class methods
new
(store = RAILS_CACHE)
TODO: Finally deal with the RAILS_CACHE global
resolve
(uri)
Public Instance methods
read
(key)
write
(key, value)
[Validate]