Edge Caching Technology
Learn about Filebase's edge caching technology.
All Filebase customers, both free and paid, have access to our Filebase Edge Caching Technology. This technology improves upload and download requests, making them faster than if you were to access the same files directly from decentralized networks.
Filebase provides access to decentralized storage through its unique edge platform. Data retrieval fees are charged by these storage networks. Consequently, Filebase must charge customers for outbound bandwidth when downloads are performed.
If an object is accessed frequently or recently, then it will be cached in the edge layer for quicker access.
If an object is cached, the following will be true:
- The download performance is significantly increased.
- If the object is frequently accessed, it will remain active in the cache for 7 days.
- If an edge node is busy, it is possible for objects that have gone dormant to be evicted.
- The
x-cache-status
HTTP header will return a value ofHIT
. Objects that are not cached will returnMISS
.
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago