Add an njs cache gist link

pause_feeds_on_sym_switch
Tyler Goodlet 2021-08-10 08:51:03 -04:00
parent 66f1d91541
commit 7d5add1c3a
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
Cacheing apis and toolz. Cacheing apis and toolz.
""" """
# further examples of interest:
# https://gist.github.com/njsmith/cf6fc0a97f53865f2c671659c88c1798#file-cache-py-L8
from collections import OrderedDict from collections import OrderedDict
from typing import Optional, Hashable, TypeVar, AsyncContextManager from typing import Optional, Hashable, TypeVar, AsyncContextManager
from contextlib import ( from contextlib import (