LRU Cache in JavaScript · lru(limit). Initialize LRU cache with default limit being 10 items · get(key). Retrieve a single entry from the cache.
確定! 回上一頁