Class ActiveSupport::Cache::FileStore
In: lib/active_support/cache/file_store.rb
Parent: Store

A cache store implementation which stores everything on the filesystem.

FileStore implements the Strategy::LocalCache strategy which implements an in memory cache inside of a block.

Methods

Constants

DIR_FORMATTER = "%03X"

Attributes

cache_path  [R] 

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]