Home
last modified time | relevance | path

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

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