Type Alias fastly::cache::core::CacheKey

source ·
pub type CacheKey = Bytes;
Expand description

A cache key consists of up to 4KiB of arbitrary bytes.

Aliased Type§

struct CacheKey { /* private fields */ }