module Fastentry

Constants

VERSION

Public Class Methods

cache() click to toggle source
# File lib/fastentry.rb, line 113
def self.cache
  @cache ||= Cache.for(Rails.cache)
end