Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericCache ¶ added in v3.2.0
type GenericWarmup ¶ added in v3.2.0
Warmup is the interface to implement cache warmup strategies.
type ResourceInfoCache ¶
type ResourceInfoCache = GenericCache[*provider.ResourceInfo]
type SpaceInfoCache ¶ added in v3.2.0
type SpaceInfoCache = GenericCache[*provider.StorageSpace]
Space cache We don't need to warm up this one
type WarmupResourceInfo ¶ added in v3.2.0
type WarmupResourceInfo = GenericWarmup[*provider.ResourceInfo]
ResourceInfo cache
Click to show internal directories.
Click to hide internal directories.