class RailsBand::ActiveSupport::Event::CacheCleanup
A wrapper for the event that is passed to ‘cache_cleanup.active_support`.
def size
def size @size ||= @event.payload.fetch(:size) end
def store
def store @store ||= @event.payload.fetch(:store) end