Skip to content
On this page

cacheField

Cache a field value.

Usage

ts
import { cacheField } from '@use-kit/functions'

const ret = await cacheField('a', 'test')
import { cacheField } from '@use-kit/functions'

const ret = await cacheField('a', 'test')

Released under the MIT License.