Expand description
Future types for the cache service. Future types for the cache service.
This module provides CacheServiceFuture,
the future returned by CacheService::call. It wraps the inner cache future
and adds cache status headers to responses.
Users typically don’t interact with this module directly.
Structs§
- Cache
Service Future - Future returned by
CacheService::call.