Exception: InstantCache::NoCache

Inherits:
Exception
  • Object
show all
Defined in:
lib/instantcache/exceptions.rb

Overview

Obviously this package is dependent upon memcache being available and configured. Gritch otherwise.

Constant Summary collapse

MessageFormat =

raise NoCache

=> InstantCache::NoCache: InstantCache.cache_object not initialised

raise Destroyed.new('arg')

=> InstantCache::NoCache: InstantCache.cache_object not initialised for "arg"
[
 'InstantCache.cache_object not initialised',
 'InstantCache.cache_object not initialised for "%s"',
]

Method Summary

Methods inherited from Exception

#initialize, #message, #to_s

Constructor Details

This class inherits a constructor from InstantCache::Exception