API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeCachePolicySource
@codexo/exojs / assets / stable
Either shape a route accepts for its policy.
0
props
0
methods
0
events
Import
import { CachePolicySource } from '@codexo/exojs'Either shape a route accepts for its policy.
Definition1
CachePolicyDecides in which order a cache and the network are consulted for one acquisition. This is the extension point for custom caching behaviour. Implementations are… | CachePolicyResolverChooses the CachePolicy for one acquisition, at the moment it starts. A route is configured with a policy or with a resolver. A resolver is for a decision that…Source