Method: Dim::Container#clear_cache!

Defined in:
lib/dim.rb

#clear_cache!Object

Resets the cached services



116
117
118
# File 'lib/dim.rb', line 116

def clear_cache!
  @cache = {}
end