Object
Maintains a collection of MetaStore and EntityStore instances keyed by URI. A single instance of this class can be used across a single process to ensure that only a single instance of a backing store is created per unique storage URI.
# File lib/rack/cache/storage.rb, line 25 def clear @metastores.clear @entitystores.clear nil end
Generated with the Darkfish Rdoc Generator 2.