DBCache.get()method

get(collection: Collection<string, II, TT>): CollectionCache<II, TT>
get(collection: Collection<string, I, T>): CollectionCache<I, T>

Get (or create) the CollectionCache for the given collection.