MAX_CACHE_AGE property

int MAX_CACHE_AGE
getter/setter pair

最大缓存时间(按秒), 默认缓存七天,可自行调节

Implementation

static int MAX_CACHE_AGE = 7 * 24 * 60 * 60;