cachable property

bool? cachable

Indicates if is the URI of the resource can be cached. If another request with the same destination URI arrives, it can be forwarded to this resource right away instead of traveling through the resource tree looking for it.

Implementation

bool? get cachable => _cachable;