Cache
  • 音标:/kæʃ/
  • 意思:缓存
  • 例句Implement a cache strategy to reduce network requests and improve performance.
  • 翻译:实现缓存策略以减少网络请求并提高性能。
  • 补充说明:Android中的缓存包括内存缓存(LruCache)和磁盘缓存(DiskLruCache)。