{"id":18929429,"url":"https://github.com/thecodingmachine/utils.cache.in-memory-cache","last_synced_at":"2025-04-15T15:30:58.353Z","repository":{"id":57020152,"uuid":"11564526","full_name":"thecodingmachine/utils.cache.in-memory-cache","owner":"thecodingmachine","description":"This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.","archived":false,"fork":false,"pushed_at":"2015-07-10T13:31:21.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"1.0","last_synced_at":"2025-04-01T18:02:14.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodingmachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-21T16:44:48.000Z","updated_at":"2015-07-10T13:24:51.000Z","dependencies_parsed_at":"2022-08-23T13:50:36.882Z","dependency_job_id":null,"html_url":"https://github.com/thecodingmachine/utils.cache.in-memory-cache","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Futils.cache.in-memory-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Futils.cache.in-memory-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Futils.cache.in-memory-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Futils.cache.in-memory-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/utils.cache.in-memory-cache/tar.gz/refs/heads/1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248373485,"owners_count":21093161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T11:32:41.255Z","updated_at":"2025-04-15T15:30:58.093Z","avatar_url":"https://github.com/thecodingmachine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mouf local cache service\n========================\n\nThis package contains the most basic implementation of Mouf's CacheInterface. It stores cache items in an in-memory array.\nIt means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.\nTo learn more about the cache interface, please see the [cache system documentation](http://mouf-php.com/packages/mouf/utils.cache.cache-interface).\n\nCompared to Mouf's other cache implementations, the local cache system comes with an additional feature: _a chaining mechanism_.\n\nIn practice, you would put the in-memory cache in front of another cache. If your application queries several times the\nsame key in the same script, it will be available in-memory and the cache system will not be queried (hence a faster result).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Futils.cache.in-memory-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Futils.cache.in-memory-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Futils.cache.in-memory-cache/lists"}