Debian 缓存相关的配置文件与路径
一 核心配置文件与路径
二 常用缓存相关配置项与示例
Acquire::http::Cache-Control "max-age=604800";
Acquire::https::Cache-Control "max-age=604800";
Acquire::ftp::Cache-Control "max-age=604800";
Acquire::http::Cache-Limit "500";
Acquire::https::Cache-Limit "500";
Acquire::ftp::Cache-Limit "500";
三 缓存清理与维护命令
ls /var/cache/apt/sudo apt-get cleansudo apt-get autocleansudo apt-get autoremovesudo apt-get update && sudo apt-get clean四 易混淆与补充说明
export。