std/cache
Jesse Jackson 4ab37ea779
docs(cache): document valid range information for TTL values (#5834)
* docs(cache): document valid range information for TTL values

* add test for documented TTL range

* tweaks

* Apply suggestions from code review

Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-27 00:08:34 +00:00
..
_serialize_arg_list_test.ts feat(cache/unstable): add memoize() and LruCache (#4725) 2024-08-09 01:12:24 +09:00
_serialize_arg_list.ts refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide (#5706) 2024-08-21 14:42:02 +09:00
deno.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
lru_cache_test.ts feat(cache/unstable): add memoize() and LruCache (#4725) 2024-08-09 01:12:24 +09:00
lru_cache.ts docs(cache): tweak LruCache docs (#5790) 2024-08-23 14:12:01 +10:00
memoize_test.ts fix(cache/unstable): fix flaky memoize() test with FakeTime (#5664) 2024-08-09 11:16:06 +02:00
memoize.ts docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672) 2024-08-22 02:55:17 -04:00
mod.ts feat(cache/unstable): TtlCache (#5662) 2024-08-21 10:45:16 +00:00
ttl_cache_test.ts feat(cache/unstable): TtlCache (#5662) 2024-08-21 10:45:16 +00:00
ttl_cache.ts docs(cache): document valid range information for TTL values (#5834) 2024-08-27 00:08:34 +00:00