Module ActiveSupport::Cache::MemCacheStore::Response
In: lib/active_support/cache/mem_cache_store.rb

Constants

STORED = "STORED\r\n"
NOT_STORED = "NOT_STORED\r\n"
EXISTS = "EXISTS\r\n"
NOT_FOUND = "NOT_FOUND\r\n"
DELETED = "DELETED\r\n"

[Validate]