https://prefect.io logo
#prefect-community
Title
# prefect-community
g

Gows Shaik

12/22/2022, 4:37 AM
Hi everyone,How can i get cache storage key for file in prefect.Iam using default caching in prefect.I want to get a storage id for file
j

Jeff Hale

12/23/2022, 2:38 PM
Hi Gows. Have you seen this _caching _section of the docs? It describes how you can create your own cache key function. If you want to persist results, check out the _Results_ section. Hope those are helpful!