Exception: AppEngine::Memcache::InvalidValueError

Inherits:
MemcacheError
  • Object
show all
Defined in:
lib/appengine-apis/memcache.rb

Overview

Raised when a cache entry has content, but it cannot be read. For example:

  • An attempt to #incr a non-integral value

  • Version skew between your application and the data in the cache, causing a marshaling error.