- Added
cache_contains()for read-only key lookup. - Changed cross-loop cache access to auto-reset and rebind to the current event loop.
- Added
AlruCacheLoopResetWarningwhen an auto-reset happens due to event loop change. - Forwarded
cache_close(wait=...)for bound methods.