Module storage_lru

Module storage_lru 

Source
Expand description

LRU-based implementation of OAuth request storage (requires lru feature). LRU cache implementation for OAuth request storage.

Thread-safe in-memory storage with automatic eviction of least recently used OAuth requests when capacity is reached.

Structsยง

LruOAuthRequestStorage
An LRU-based implementation of OAuthRequestStorage that maintains a fixed-size cache of OAuth requests.