Sha256: 09d2defa4c2821e114e7f2e22931e5bb0930c134fb43ed8d4321e35b9092384e

Contents?: true

Size: 161 Bytes

Versions: 69

Compression:

Stored size: 161 Bytes

Contents

module ActiveSupport
  module Cache
    class FileStore
      def flush
        FileUtils.rm_rf cache_path if File.exist?(cache_path)
      end
    end
  end
end

Version data entries

69 entries across 69 versions & 12 rubygems

Version Path
browsercms-artirix-4.0.4 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.3.3 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.3.2 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.3.1 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.3 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.2 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.1.1 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-artirix-4.0.0.rc1.art4 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-4.0.0.rc1 lib/cms/extensions/active_support/cache/file_store.rb
SFEley-browsercms-3.0.2 lib/cms/extensions/active_support/cache/file_store.rb
buzzware-browsercms-3.0.2 lib/cms/extensions/active_support/cache/file_store.rb
coredumplings-browsercms-3.0.0 lib/cms/extensions/active_support/cache/file_store.rb
nate-browsercms-3.0.210 lib/cms/extensions/active_support/cache/file_store.rb
nate-browsercms-3.0.211 lib/cms/extensions/active_support/cache/file_store.rb
we5-browsercms-3.0.1.1 lib/cms/extensions/active_support/cache/file_store.rb
webficient-browsercms-3.0.1 lib/cms/extensions/active_support/cache/file_store.rb
webficient-browsercms-3.0.2 lib/cms/extensions/active_support/cache/file_store.rb
webficient-browsercms-3.0.3 lib/cms/extensions/active_support/cache/file_store.rb
webficient-browsercms-3.0.4 lib/cms/extensions/active_support/cache/file_store.rb
browsercms-4.0.0.beta lib/cms/extensions/active_support/cache/file_store.rb