module DvelpFlow

Constants

VERSION

Public Class Methods

cache() click to toggle source
# File lib/dvelp_flow.rb, line 15
def cache
  @cache ||= ActiveSupport::Cache::MemoryStore.new
end

Private Instance Methods

cache() click to toggle source
# File lib/dvelp_flow.rb, line 15
def cache
  @cache ||= ActiveSupport::Cache::MemoryStore.new
end