module Slimmer

Constants

CACHE_TTL
VERSION

Public Class Methods

cache() click to toggle source
# File lib/slimmer.rb, line 12
def self.cache
  @cache ||= defined?(Rails) ? Rails.cache : NoCache.new
end