Class: ActiveSupport::Cache::CloudCache

Inherits:
CloudCache
  • Object
show all
Defined in:
lib/cloud_cache.rb

Constant Summary

Constants inherited from CloudCache

CloudCache::DEFAULT_HOST, CloudCache::DEFAULT_PORT, CloudCache::DEFAULT_PROTOCOL, CloudCache::DEFAULT_TTL

Instance Attribute Summary

Attributes inherited from CloudCache

#access_key, #default_ttl, #host, #pipeline, #port, #protocol, #secret_key

Method Summary

Methods inherited from CloudCache

#auth, #clear, #close, #decrement, #delete, #delete_matched, #exist?, #exists?, #fetch, #flush, #generate_signature, #generate_timestamp, #get, #get_i, #get_multi, #increment, #initialize, #list_keys, #pipelined?, #put, #read, #remove, #run_http, #shutdown, #silence!, #stats, #usage, #write

Constructor Details

This class inherits a constructor from CloudCache