Returns the cache instance of the repository
import { useRepo } from 'pinia-orm'import User from './models/User'// Returns the cache instanceuseRepo(User).cache()
function cache(): WeakCache
Query
with()
Repository
make()