Add an njs cache gist link
parent
66f1d91541
commit
7d5add1c3a
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue