Method: Hashdown.cache

Defined in:
lib/hashdown/cache.rb

.cacheObject



2
3
4
# File 'lib/hashdown/cache.rb', line 2

def self.cache
  @cache ||= rails.cache || local_cache
end