Home
last modified time | relevance | path

Searched defs:ttl (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/news/scripts/
H A Drss.php8 var $ttl; variable in externalNewsFeed
9 function __construct($outfile=null,$ttl=720, $subfeed = "") {
H A Dnewsfeed.php47 $ttl = 0; variable
67 $ttl = $conf['plugin']['news']['ttl']; variable
84 if(!$ttl) $ttl = $default_ttl; variable
/plugin/memcache/classes/
H A Dmemcache_wincache.class.php10 public static function add($key, $val,$ttl = 0){
15 public static function set($key, $val,$ttl = 0){
H A Dmemcache_apc.class.php11 public static function add($key, $val,$ttl = 0){
16 public static function set($key, $val,$ttl = 0){
H A Dmemcache_fakecache.class.php45 public static function add($key, $val,$ttl = 0){
54 public static function set($key, $val,$ttl = 0){
H A Dmemcache_interface.loader.php16 public static function add($key,$val,$ttl = 0);
20 public static function set($key,$val,$ttl = 0);
/plugin/memcache/
H A Dhelper.php118 function add($key,$val,$ttl = 0){
122 function set($key,$val,$ttl = 0){

12