Documentation ¶
Overview ¶
Package cachelruttl is a naive implementation of a cache to use with awssecretmanager.
LRU: the size is fixed, it starts removing old entries when full.
TTL: it will not return old entries. Time precision: second. Old entries will still be in the cache, but filtered out on the Get().
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.