# File lib/ramaze/cache/lru.rb, line 61
      def cache_store(*args)
        super { |key, value| @store[key] = value }
      end