public void clearCacheByPattern(String hostRegexp, String urlRegexp)(Code)
Clears the cache by regexp patterns.
Parameters: hostRegexp - the regexp to match the host. Null matches all. Parameters: urlRegexp - the regexp to match the url. Null matches all.