Searched refs:cache_file_max_age (Results 1 – 3 of 3) sorted by relevance
154 gint cache_file_max_age; member
905 …data->cache_file_max_age = xfceweather_xfconf_get_int (data, SETTING_CACHE_MAX_AGE, CACHE_FILE_MAX… in xfceweather_read_config()1006 xfceweather_xfconf_set_intbool (data, SETTING_CACHE_MAX_AGE, data->cache_file_max_age, FALSE); in xfceweather_write_config()1276 if (difftime(now_t, cache_date_t) > data->cache_file_max_age) { in read_cache_file()1902 data->cache_file_max_age = CACHE_FILE_MAX_AGE; in xfceweather_create_control()
506 change the maximum age; This parameter is called "cache_file_max_age"530 cache_file_max_age for information about configuring this expiry547 * cache_file_max_age: Maximum allowed age of the cache file in seconds.