cdn_edge_stack

Function cdn_edge_stack 

Source
pub fn cdn_edge_stack(
    path: PathBuf,
) -> Result<MetricsBlockStore<TtlBlockStore<BloomBlockStore<CachedBlockStore<SledBlockStore>>>>>
Expand description

Create a CDN edge cache stack

Optimized for content delivery:

  • Very large cache (2GB) for hot content
  • TTL for automatic expiration (1 hour default)
  • Bloom filter for fast negative lookups
  • Metrics for monitoring cache effectiveness

Best for: CDN edge nodes, content delivery, proxy caching