type alias CollectionCache Collection cache returned by collectionCache() Type Parameters T Properties getAll: () => Promise<T[]> invalidate: () => void size: () => number