Method: Delorean::Functions#clear_lookup_cache!

Defined in:
lib/delorean/functions.rb

#clear_lookup_cache!Object



26
27
28
# File 'lib/delorean/functions.rb', line 26

def clear_lookup_cache!
  ::Delorean::Cache.adapter.clear!(klass: self)
end