Exception: InstantCache::LockInconsistency
- Defined in:
- lib/instantcache/exceptions.rb
Overview
Our record of the locked status of a cell differs from the information stored in the memcache about it. This Is Not Good.
Constant Summary collapse
- MessageFormat =
raise LockInconsistency=> InstantCache::LockInconsistency: interlock cell inconsistencyraise LockInconsistency.new('name', 'true', 'false')=> InstantCache::LockInconsistency: interlock cell inconsistency cell='name', expected='true', actual='false' [ 'interlock cell inconsistency', "interlock cell inconsistency\n" + "\tcell='%s', expected='%s', actual='%s'", ]
Method Summary
Methods inherited from Exception
Constructor Details
This class inherits a constructor from InstantCache::Exception