3.55.0 • Published 2 years ago

@trivikr-test/endpoint-cache-esm-wrapper v3.55.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@aws-sdk/endpoint-cache

NPM version NPM downloads

An internal package

Usage

You probably shouldn't, at least directly.

EndpointCache

  • uses mnemonist/lru-cache for storing the cache.
  • the set operation stores milliseconds elapsed since the UNIX epoch in Expires param based on CachePeriodInMinutes provided in Endpoint.
  • the get operation returns all un-expired endpoints with their Expires values.
  • the getEndpoint operation returns a randomly selected un-expired endpoint.