shallCache method
Retursn whether the mapping of the given uri
shall be cached.
- Default: it always return true.
Implementation
bool shallCache(HttpConnect connect, String uri) => true;
Retursn whether the mapping of the given uri
shall be cached.
bool shallCache(HttpConnect connect, String uri) => true;