Method: Bizside::Cache::FileStore#initialize

Defined in:
lib/bizside/cache/file_store.rb

#initialize(cache_path, options = nil) ⇒ FileStore



14
15
16
17
# File 'lib/bizside/cache/file_store.rb', line 14

def initialize(cache_path, options = nil)
  super(options)
  @cache_path = cache_path.to_s
end