Cache Service
캐시
이 서비스를 사용하면 스크립트가 가져오기/계산에 시간이 걸리는 결과를 일시적으로 캐시할 수 있습니다. 공개 캐시는 스크립트에 액세스하는 사용자에 종속되지 않는 용도로 사용됩니다. 비공개 캐시는 설정 또는 최근 활동과 같은 사용자별 항목을 위한 것입니다.
클래스
이름 | 간략한 설명 |
Cache | 특정 캐시에 대한 참조입니다. |
CacheService | CacheService를 사용하면 데이터를 단기적으로 저장하기 위한 캐시에 액세스할 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]