Home
last modified time | relevance | path

Searched defs:set_data (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
DDataCache.php101 public function set_data(string $key, array $value, ?int $ttl = null): bool; function
DBaseDataCache.php127 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\BaseDataCache
DPsr16.php122 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\Psr16