Skip to main content

CacheQueryOptions

Type Alias CacheQueryOptions 

Source
pub(crate) type CacheQueryOptions = CacheQueryOptions;

Aliased Type§

pub(crate) struct CacheQueryOptions {
    pub ignoreMethod: bool,
    pub ignoreSearch: bool,
    pub ignoreVary: bool,
}

Fields§

§ignoreMethod: bool§ignoreSearch: bool§ignoreVary: bool