Module cache
tvix_
store
0.1.0
Module cache
Module Items
Structs
In tvix_
store::
pathinfoservice
Modules
bigtable
cache
from_addr
fs
grpc
lru
memory
nix_http
redb
signing_wrapper
Structs
BigtableParameters
BigtablePathInfoService
CachePathInfoService
CachePathInfoServiceConfig
GRPCPathInfoService
GRPCPathInfoServiceConfig
KeyFileSigningPathInfoServiceConfig
LruPathInfoService
LruPathInfoServiceConfig
MemoryPathInfoService
MemoryPathInfoServiceConfig
NixHTTPPathInfoService
NixHTTPPathInfoServiceConfig
RedbPathInfoService
RedbPathInfoServiceConfig
SigningPathInfoService
Traits
PathInfoService
Functions
from_addr
make_fs
register_pathinfo_services
tvix_store
::
pathinfoservice
Module
cache
Copy item path
Settings
Help
Summary
source
Structs
§
Cache
Asks near first, if not found, asks far. If found in there, returns it, and
inserts
it into near. There is no negative cache. Inserts and listings are not implemented for now.
Cache
Config