Sha256: 7f0b7c5fb5167c7e08981bfaef1ce4b18d2129b9967413f56572a2a856eaa359

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

module Shellac
  module Actions
  
    def purge regex, recursive=false, hosts=nil
      return unless ::ActionController::Base.perform_caching
      Cache.instance.purge regex, recursive, hosts
    end
  
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shellac-0.0.3.rc2 lib/shellac/actions.rb