# File lib/ramaze/cache/sequel.rb, line 61 def cache_fetch(key, default = nil) super{|key| @store[:key => namespaced(key)] } end