from memory cache 和 from disk cache
最近在优化Vue项目,因此打开网页,按下F12。发现很多js,css得下载来自于 memory cache,引申出问题:请求时浏览器缓存 from memory cache 和 from disk cache 的依据是什么&#…
Glide DiskCache 原理分析
1.感性认识DiskCache
DiskCache默认设置:
a.内部存储位置 内部存储位置: /data/{package}/cache/image_manager_disk_cache/ public interface DiskCache {/*** An interface for lazily creating a disk cache.*/interface Factory {/** 250 MB o…
报错信息:Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException:The server time zone value �й���ʱ�� is unrecognized or represents more than one time zone. You …