Exception: AppEngine::Memcache::InvalidValueError
- Inherits:
- 
      MemcacheError
      
        - Object
- StandardError
- MemcacheError
- AppEngine::Memcache::InvalidValueError
 
- 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.