Struct routing::NullCache[][src]

pub struct NullCache;

A no-op implementation of the Cache trait. Throws everything away on put and always returns None on get.

Trait Implementations

impl Cache for NullCache
[src]

Retrieve cached response for the given request.

Cache the given response.

Auto Trait Implementations

impl Send for NullCache

impl Sync for NullCache