Enable deletion of multiple cache entries by matching a regular expression against cache keys. **Acceptance Criteria:** - Pattern passed as query param: `DELETE /cache?pattern=^/api/.*`. - Deletes from both memory and persistent storage. - Logs number of items removed.