Caching#
- nrk_psapi.caching.get_cache()[source]#
Get the context object that contains previously-computed return values.
- nrk_psapi.caching.cache(expire=3600, typed=False, ignore=())[source]#
Cache decorator for memoizing function calls.
Get the context object that contains previously-computed return values.
Cache decorator for memoizing function calls.