# File lib/ramaze/cache/memcache.rb, line 54 def cache_clear @store.flush_all rescue ::MemCache::MemCacheError => e Log.error(e) nil end