Method: Miscellany::LocalLruCache#count

Defined in:
lib/miscellany/local_lru_cache.rb

#countObject



63
64
65
# File 'lib/miscellany/local_lru_cache.rb', line 63

def count
  @data.count
end