From 7d5add1c3a94c12766e9dc463767dd4b455a4607 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 10 Aug 2021 08:51:03 -0400 Subject: [PATCH] Add an njs cache gist link --- piker/_cacheables.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/piker/_cacheables.py b/piker/_cacheables.py index be1934ca..a1425513 100644 --- a/piker/_cacheables.py +++ b/piker/_cacheables.py @@ -18,6 +18,9 @@ Cacheing apis and toolz. """ +# further examples of interest: +# https://gist.github.com/njsmith/cf6fc0a97f53865f2c671659c88c1798#file-cache-py-L8 + from collections import OrderedDict from typing import Optional, Hashable, TypeVar, AsyncContextManager from contextlib import (