Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
get_cache(directory):
8
return
Cache(directory, timeout=1, size_limit=3e11)
9
10
11
def
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