Module: Response (ActiveSupport::Cache::MemCacheStore)

Overview
Module Structure
Class Hierarchy
Constants
Response::STORED
Response::NOT_STORED
Response::EXISTS
Response::NOT_FOUND
Response::DELETED
is a submodule of
class: MemCacheStore ( ActiveSupport::Cache )
has properties
constant: STORED   
constant: NOT_STORED   
constant: EXISTS   
constant: NOT_FOUND   
constant: DELETED   
is defined at
#18 in active_support/cache/mem_cache_store.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Cache
  class: MemCacheStore
module: Response     

Class Hierarchy

Constants

Response::STORED

#19 in active_support/cache/mem_cache_store.rb

STORED = "STORED\r\n"   

Response::NOT_STORED

#20 in active_support/cache/mem_cache_store.rb

NOT_STORED = "NOT_STORED\r\n"   

Response::EXISTS

#21 in active_support/cache/mem_cache_store.rb

EXISTS = "EXISTS\r\n"   

Response::NOT_FOUND

#22 in active_support/cache/mem_cache_store.rb

NOT_FOUND = "NOT_FOUND\r\n"   

Response::DELETED

#23 in active_support/cache/mem_cache_store.rb

DELETED = "DELETED\r\n"