{"id":87127,"library":"nette-caching","title":"Nette Caching","description":"Nette Caching: library with easy-to-use API and many cache backends.","status":"active","version":"3.4.2","language":"php","source_language":null,"source_url":"https://github.com/nette/caching","tags":["nette","caching","cache","storage"],"install":[{"cmd":"composer require nette/caching","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Cache","correct":"use Nette\\Caching\\Cache;"}],"quickstart":{"code":"use Nette\\Caching\\Cache;\nuse Nette\\Caching\\Storages\\FileStorage;\n\n$storage = new FileStorage('/path/to/cache');\n$cache = new Cache($storage);\n$cache->save('key', 'value', [Cache::EXPIRE => '20 minutes']);\necho $cache->load('key'); // 'value'","lang":"php","description":"Store and retrieve a cached value with expiration."},"warnings":[],"env_vars":null,"search_vec":"'api':11 'backend':15 'cach':2,4,14,17,18 'easi':8 'easy-to-us':7 'librari':5 'mani':13 'nett':1,3,16 'storag':19 'use':10","created_at":"2026-06-19T08:13:46.193203+00:00","updated_at":"2026-06-19T08:13:46.193203+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://nette.org","github":"https://github.com/nette/caching","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["caching"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}