/
Swarm cache mechanism

Swarm cache mechanism

Nodes that do not store a replica of a requested object on disk may also read the object from another node and cache it locally. For popular "hot" objects that are read very frequently, this will result in copies being cached on more and more nodes of the cluster, until eventually every node holds a cached copy, resulting in higher throughput for such hot objects.

If you would like to make sure an object is not being read from cache, you can use the following in your request:

-H "Cache-Control: no-cache"

Related content

Content Cache
Content Cache
More like this
Caching Metadata Headers
Caching Metadata Headers
More like this
What is cip.readRetries?
What is cip.readRetries?
More like this
Common Integration Problems
Common Integration Problems
More like this
Swarm FAQ
More like this
Large files in Swarm
Large files in Swarm
More like this

© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.