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.php119 public function delete_data(string $key): bool; function
H A DBaseDataCache.php155 public function delete_data(string $key): bool function in SimplePie\\Cache\\BaseDataCache
H A DPsr16.php143 public function delete_data(string $key): bool function in SimplePie\\Cache\\Psr16