Searched defs:set_data (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ | ||
H A D | DataCache.php | 102 public function set_data(string $key, array $value, ?int $ttl = null): bool; function |
H A D | BaseDataCache.php | 128 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\BaseDataCache |
H A D | Psr16.php | 123 public function set_data(string $key, array $value, ?int $ttl = null): bool function in SimplePie\\Cache\\Psr16 |