Home
last modified time | relevance | path

Searched refs:cachettl (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/
H A Dmmkubernetes-cache-expire.sh15 cachettl=10
32 cacheexpireinterval="1" cacheentryttl="'$cachettl'"
57 # add 3 logs - then wait $cachettl - the first log should prime the cache - the next two should be …
69 sleep $cachettl
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/
H A DDRI.pm167 my ($cachettl,$globaltimeout)=@_; ## old API and $globaltimeout never used
168 my $rh=(defined $cachettl && ( ref $cachettl eq 'HASH'))? $cachettl : { cache_ttl => $cachettl };
/dports/www/mod_cfg_ldap/mod_cfg_ldap-1.2/
H A Dmod_cfg_ldap.c61 apr_time_t cachettl; member
348 if ((vhost->timestamp + cfg->cachettl) < apr_time_now ()) in cfg_ldap_translate_name()
476 set_cfg_ldap_cachettl (cmd_parms * cmd, void *mconfig, const char *cachettl) in set_cfg_ldap_cachettl() argument
482 cfg->cachettl = 1000 * 1000 * atol (cachettl); in set_cfg_ldap_cachettl()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xoopsform/
H A Dformselectuser.php63 $cachettl = '+5 minutes';
104 …XoopsCache::write($cachekey, $queryCache, $cachettl); // won't do anything different if write fails
/dports/irc/inspircd/inspircd-3.11.0/src/coremods/
H A Dcore_dns.cpp402 unsigned int cachettl = UINT_MAX; in AddCache() local
406 if (rr.ttl < cachettl) in AddCache()
407 cachettl = rr.ttl; in AddCache()
410 cachettl = std::min(cachettl, (unsigned int)5*60); in AddCache()
413 rr.ttl = cachettl; in AddCache()
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/
H A DREST.php160 $cachettl = $this->config->get('cache_ttl');
162 if (time() - $cacheid['age'] < $cachettl) {
H A DRemote.php180 $cachettl = $this->config->get('cache_ttl');
182 if ($this->cache !== null && $this->cache['age'] < $cachettl) {
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/
H A DREST.php185 $cachettl = $this->config->get('cache_ttl');
187 if (time() - $cacheid['age'] < $cachettl) {
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/
H A DREST.php179 $cachettl = $this->config->get('cache_ttl');
181 if (is_array($cacheid) && time() - $cacheid['age'] < $cachettl) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/
H A DREST.php179 $cachettl = $this->config->get('cache_ttl');
181 if (is_array($cacheid) && time() - $cacheid['age'] < $cachettl) {
/dports/mail/opendkim/opendkim-2.10.3/opendkim/
H A Dreputation.c93 unsigned int cachettl, char *cache, char *dups, DKIMF_DB limits, in dkimf_rep_init() argument
118 new->rep_ttl = cachettl; in dkimf_rep_init()
/dports/devel/pear-Horde_Timezone/Horde_Timezone-1.1.0/lib/Horde/
H A DTimezone.php105 'cachettl' => 604800),
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/cmdline/
H A Dsqlrsh.cpp2157 uint32_t cachettl=600; in cache() local
2159 cachettl=charstring::toInteger(ptr); in cache()
2163 stdoutput.printf(" Cache TTL Set To : %lld seconds\n\n",cachettl); in cache()
2167 sqlrcur->setCacheTtl(cachettl); in cache()