芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/aws/aws-sdk-php/src/Psr16CacheAdapter.php
cache = $cache; } public function get($key) { return $this->cache->get($key); } public function set($key, $value, $ttl = 0) { $this->cache->set($key, $value, $ttl); } public function remove($key) { $this->cache->delete($key); } }