MCPcopy Create free account
hub / github.com/PRBonn/vdbfusion / get_cache

Function get_cache

examples/python/utils/cache.py:7–8  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

5
6
7def get_cache(directory):
8 return Cache(directory, timeout=1, size_limit=3e11)
9
10
11def memoize(name=None, typed=False, expire=None, tag=None):

Callers 7

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected