Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/client
cache
SerializedCacheTag
Interface SerializedCacheTag
Shape of a serialized cache tag from endpoint metadata.
interface
SerializedCacheTag
{
name
:
string
;
properties
:
Readonly
<
Record
<
string
,
{
getValue
(
root
:
CacheTagRoot
)
:
{
success
:
boolean
;
value
?:
unknown
}
}
,
>
,
>
;
}
Index
Properties
name
properties
Properties
name
name
:
string
properties
properties
:
Readonly
<
Record
<
string
,
{
getValue
(
root
:
CacheTagRoot
)
:
{
success
:
boolean
;
value
?:
unknown
}
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
properties
← Back to Website
All Versions
Libraries
Loading...
Shape of a serialized cache tag from endpoint metadata.