Vana SDK - v0.1.0
Preparing search index...
types/utils
CacheConfig
Interface CacheConfig
Cache configuration
interface
CacheConfig
{
ttl
:
number
;
maxSize
?:
number
;
prefix
?:
string
;
}
Index
Properties
ttl
max
Size?
prefix?
Properties
ttl
ttl
:
number
Cache TTL in milliseconds
Optional
max
Size
maxSize
?:
number
Maximum cache size
Optional
prefix
prefix
?:
string
Cache key prefix
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ttl
max
Size
prefix
Vana SDK - v0.1.0
Loading...
Cache configuration