# File lib/ramaze/cache/localmemcache.rb, line 34
      def cache_delete(*args)
        super { |key| @store.delete(key.to_s); nil }
      end