General
py-libp2p
Community
Bases: ABC
ABC
Base class for Timed Cache with cleanup mechanism.
To be implemented in subclasses.
Stops the background cleanup thread.
Bases: BaseTimedCache
BaseTimedCache
Cache where expiry is set only when first added.
Cache where expiry is updated on every access.