# File lib/ramaze/cache/sequel.rb, line 322 def namespaced(key) return [@namespace, key].join(':') end