The result of the implicit cache keyer function argument to the 'cached' directive.
When the cache keyer function returns an instance of this class this instance is used as the key into the cache.
Actor used by the detached
directive.
A Route using the given RouteFilter function on all inner Routes it is applied to.
A Route using the given RouteFilter function (which extracts 1 value) on all inner Routes it is applied to.
A Route using the given RouteFilter function (which extracts 2 values) on all inner Routes it is applied to.
A Route using the given RouteFilter function (which extracts 3 values) on all inner Routes it is applied to.
A Route using the given RouteFilter function (which extracts 4 values) on all inner Routes it is applied to.
A Route using the given RouteFilter function (which extracts 5 values) on all inner Routes it is applied to.
a PathMatcher tries to match a prefix of a given string and returns - None if not matched - Some(remainingPath, captures) if matched
When the cache keyer function returns this object the request will not be cached.