The highest tagged major version is
v3.
package
Version:
v2.3.2
Opens a new window with list of versions in this module.
Published: Jun 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Copyright (C) BABEC. All rights reserved.
Copyright (C) THL A29 Limited, a Tencent company. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Add adds a value to the cache.
Clear purges all stored items from the cache.
Get looks up a key's value from the cache.
Len returns the number of items in the cache.
Remove removes the provided key from the cache.
func (c *Cache) RemoveOldest()
RemoveOldest removes the oldest item from the cache.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.