Sha256: 9b65c0eb7cb369fbb4f1fbd3f7ac3283e539784cae624aad9ccd88a8884acf51

Contents?: true

Size: 185 Bytes

Versions: 5

Compression:

Stored size: 185 Bytes

Contents

# customizable cache path for cache inline
module ActiveSupport
  module Cache
    class FileStore < Store
      attr_reader :cache_path
      attr_writer :cache_path
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
camaleon_cms-0.1.4 config/initializers/cache_helper.rb
camaleon_cms-0.1.3 config/initializers/cache_helper.rb
camaleon_cms-0.1.2 config/initializers/cache_helper.rb
camaleon_cms-0.0.2 config/initializers/cache_helper.rb
camaleon_cms-0.0.1 config/initializers/cache_helper.rb