Flowdock
method

cache_or_call_cached

Importance_0
cache_or_call_cached(key, &block) private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/matchers/matcher.rb, line 110
      def cache_or_call_cached(key, &block)
        block ? cache(key, &block) : call_cached(key)
      end
Register or log in to add new notes.