cache_engine.rb

Path: lib/rabl/cache_engine.rb
Last Update: Wed Sep 19 00:05:09 -0400 2012

Defines the default cache engine for RABL when caching is invoked for a template. You can define your own caching engines by creating an object that responds to fetch and setting the configuration option:

    config.cache_engine = AdvancedCacheEngine.new

[Validate]