Module: Restfulie::Client::Cache

Defined in:
lib/restfulie/client/cache/fake.rb,
lib/restfulie/client/cache.rb,
lib/restfulie/client/cache/basic.rb,
lib/restfulie/client/cache/restrictions.rb

Overview

Basic cache implementation for restfulie.

It uses the request headers and uri to store it in memory. This cache might not be optimal for long running clients, which should use a memcached based one. Use Restfulie::Client.cache_provider to change the provider

Defined Under Namespace

Modules: Restrictions Classes: Basic, Fake