Packages
@twind/intellisense › IntellisenseOptions
Properties
cache
• Optional cache: Object
Type declaration
| Name | Type | Description |
|---|---|---|
maxAge? | number | The maximum number of milliseconds an item should remain in the cache. Default Infinity By default, maxAge will be Infinity, which means that items will never expire. Lazy expiration upon the next write or read call. Individual expiration of an item can be specified by the set(key, value, maxAge) method. |
maxSize | number | The maximum number of items before evicting the least recently used items. Default 1000 |
Defined in
packages/intellisense/src/types.ts:106
mdnOrigin
• Optional mdnOrigin: string