class GdsApi::JsonClient
def self.cache=(c)
store(key, value, expiry_time=nil) - or a Ruby Time object
[]=(key, value)
[](key)
which responds to:
Set the caching implementation. Default is LRUCache. Can be Anything
def self.cache=(c) @cache = c end