basic_file.rb

Path: lib/moneta/basic_file.rb
Last Update: Thu Mar 08 03:04:10 +0000 2012

Basic File Store by Hampton Catlin

This cache simply uses a directory that it creates and manages to keep your file stores.

Specify :skip_expires => true if you aren‘t using expiration as this will slightly decrease your file size and memory footprint of the library

You can optionally also specify a :namespace option that will create a subfolder.

Required files

fileutils  

[Validate]