shallCache method

bool shallCache(
  1. HttpConnect connect,
  2. String uri
)

Retursn whether the mapping of the given uri shall be cached.

  • Default: it always return true.

Implementation

bool shallCache(HttpConnect connect, String uri) => true;