basic_file.rb

Path: lib/moneta/basic_file.rb
Last Update: Tue Jun 08 07:56:52 +0000 2010

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]