Class Innate::Cache::YAML
In: lib/innate/cache/yaml.rb
Parent: Object

Keeps every cache in a separate file like this: /tmp/innate-cache-yaml/delta-manveru-session.yaml

The YAML cache is not safe for use between multiple processes, it is also very slow compared to other caches, so generally the use of it is discouraged.

Included Modules

Cache::API Cache::FileBased

Constants

STORE = ::YAML::Store
DIR = 'innate-cache-yaml'
EXT = '.yaml'

[Validate]