Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php118 public function delete_data(string $key): bool; function
H A DBaseDataCache.php154 public function delete_data(string $key): bool function in SimplePie\\Cache\\BaseDataCache
H A DPsr16.php142 public function delete_data(string $key): bool function in SimplePie\\Cache\\Psr16