Method: Miscellany::LocalLruCache#clear

Defined in:
lib/miscellany/local_lru_cache.rb

#clearObject



59
60
61
# File 'lib/miscellany/local_lru_cache.rb', line 59

def clear
  @data.clear
end