We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900d037 commit e823f3dCopy full SHA for e823f3d
packages/endpoint-cache/README.md
@@ -13,4 +13,5 @@ You probably shouldn't, at least directly.
13
14
- uses `mnemonist/lru-cache` for storing the cache.
15
- the `set` operation stores milliseconds elapsed since the UNIX epoch in Expires param based on CachePeriodInMinutes provided in Endpoint.
16
-- the `get` operation returns a random un-expired endpoint.
+- the `get` operation returns all un-expired endpoints with their Expires values.
17
+- the `getEndpoint` operation returns a randomly selected un-expired endpoint.
0 commit comments