cache()
Usage
import { useRepo } from 'pinia-orm'
import User from './models/User'
// Returns the cache instance
useRepo(User).cache()
Typescript Declarations
function cache(): WeakCache
Table of Contents
cache()
import { useRepo } from 'pinia-orm'
import User from './models/User'
// Returns the cache instance
useRepo(User).cache()
function cache(): WeakCache