Interface: Cache<V>
API for pluggable cache
Type parameters
Name | Type |
---|---|
V | extends object |
Methods
get
▸ get(key
): undefined
| V
Parameters
Name | Type |
---|---|
key | string |
Returns
undefined
| V
Defined in
node_modules/.pnpm/[email protected]/node_modules/thimbleberry/dist/shader-util/MemoMemo.d.ts:5
set
▸ set(key
, value
): void
Parameters
Name | Type |
---|---|
key | string |
value | V |
Returns
void
Defined in
node_modules/.pnpm/[email protected]/node_modules/thimbleberry/dist/shader-util/MemoMemo.d.ts:6