Caching
कैशिंग (तेज़ पहुँच के लिए डेटा का अस्थायी संग्रह)
Origin & History
From the verb cache (“to store/hide”), from French cacher (“to hide”), ultimately from Latin coactare (“to constrain/press together”); in computing, adopted for storing data for quick access.
क्रिया cache (“संग्रह/छिपाकर रखना”) से, जो फ़्रेंच cacher (“छिपाना”) से आई है; इसकी जड़ें अंततः लैटिन coactare (“दबाकर/समेटकर रखना”) से जुड़ी मानी जाती हैं। कंप्यूटिंग में इसका प्रयोग तेज़ पहुँच के लिए डेटा संग्रह करने के अर्थ में अपनाया गया।
Definition
Caching is a computing technique where frequently used data (such as web pages, images, or database results) is stored in a faster location (like RAM or a local disk) so it can be retrieved quickly, reducing load time and server work.
कैशिंग एक कंप्यूटिंग तकनीक है जिसमें बार‑बार उपयोग होने वाला डेटा (जैसे वेब पेज, इमेज या डेटाबेस परिणाम) किसी तेज़ स्थान (जैसे RAM या लोकल डिस्क) में अस्थायी रूप से संग्रहीत किया जाता है ताकि उसे जल्दी निकाला जा सके, जिससे लोड समय और सर्वर का काम कम होता है।