class Sass::CacheStores::Filesystem

def initialize(cache_location)

Parameters:
  • cache_location (String) -- see \{#cache\_location}
def initialize(cache_location)
  @cache_location = cache_location
end