Skip to main content

2 docs tagged with "cache"

View All Tags

Cache decorator

Caching stores the result of slow function calls so they only need to run once. This persists objects across reruns and makes UDFs faster.

File systems

Fused provides two file systems to make files accessible to all UDFs: an S3 bucket and a disk. Access is scoped at the organization level.