Method: Valkyrie::Persistence::Memory::QueryService#find_all

Defined in:
lib/valkyrie/persistence/memory/query_service.rb

#find_allArray<Valkyrie::Resource>

Get all objects.

Returns:



62
63
64
# File 'lib/valkyrie/persistence/memory/query_service.rb', line 62

def find_all
  cache.values
end