Cache Service
แคช
บริการนี้อนุญาตให้สคริปต์แคชผลลัพธ์ที่ใช้เวลาดึงข้อมูล/ประมวลผลไว้ชั่วคราวได้ แคชสาธารณะมีไว้สำหรับสิ่งที่ไม่ได้ขึ้นอยู่กับว่าผู้ใช้รายใดกำลังเข้าถึงสคริปต์ของคุณ แคชส่วนตัวมีไว้สำหรับสิ่งต่างๆ ที่เจาะจงผู้ใช้ เช่น การตั้งค่าหรือกิจกรรมล่าสุด
คลาส
ชื่อ | รายละเอียดแบบย่อ |
Cache | การอ้างอิงไปยังแคชหนึ่งๆ |
CacheService | CacheService ช่วยให้คุณเข้าถึงแคชเพื่อเก็บข้อมูลระยะสั้นได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-01 UTC
[null,null,["อัปเดตล่าสุด 2023-12-01 UTC"],[[["Apps Script Cache service provides temporary storage for script results, improving performance by avoiding redundant computations or fetches."],["Two types of caches are available: public caches for shared data and private caches for user-specific information."],["`CacheService` offers methods to access document, script, or user-scoped caches, while the `Cache` class provides methods for data manipulation within a cache instance, like adding, retrieving, and removing entries."],["Cache entries can have optional expiration times, allowing for automatic removal after a specified duration."]]],[]]