Class ActiveSupport::Cache::FileStore
In: lib/cms/extensions/active_support/cache/file_store.rb
Parent: Object

Methods

flush  

Public Instance methods

[Source]

   # File lib/cms/extensions/active_support/cache/file_store.rb, line 4
4:       def flush
5:         FileUtils.rm_rf cache_path if File.exist?(cache_path)
6:       end

[Validate]