Module: EAAL::Cache

Defined in:
lib/eaal/cache/base.rb

Overview

The Classes in this module are objects that may be used as value of EAAL.cache. By default EAAL uses the NoCache class, where no caching is done. If a working cache class is used it will store the xml data and return it, so no requests to the API are done (as long as valid xml is available)

Defined Under Namespace

Classes: FileCache, MemcachedCache, NoCache