# File lib/Borges/Utilities/LRUCache.rb, line 19
  def size
    return @table.size
  end