module Spree::TestingSupport::Caching

Public Instance Methods

cache_writes() click to toggle source
# File lib/spree/testing_support/caching.rb, line 6
def cache_writes
  @cache_write_events
end
clear_cache_events() click to toggle source
# File lib/spree/testing_support/caching.rb, line 10
def clear_cache_events
  @cache_write_events = []
end