https://github.com/crell/timedcache
An incomplete draft of a "last updated"-style cache.
https://github.com/crell/timedcache
Last synced: 12 months ago
JSON representation
An incomplete draft of a "last updated"-style cache.
- Host: GitHub
- URL: https://github.com/crell/timedcache
- Owner: Crell
- License: lgpl-3.0
- Created: 2025-04-04T05:59:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-04T06:16:30.000Z (about 1 year ago)
- Last Synced: 2025-06-22T07:46:58.468Z (about 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Timed Cache
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
This is an incomplete library originally built for something else that ended up unused. It is here just to store it in case I come back to it later.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please use the [GitHub security reporting form](https://github.com/Crell/fp/security) rather than the issue queue.
## Credits
- [Larry Garfield][link-author]
- [All Contributors][link-contributors]
## License
The Lesser GPL version 3 or later. Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/Crell/TimedCache.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/License-LGPLv3-green.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/Crell/TimedCache.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/Crell/TimedCache
[link-scrutinizer]: https://scrutinizer-ci.com/g/Crell/TimedCache/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/Crell/TimedCache
[link-downloads]: https://packagist.org/packages/Crell/TimedCache
[link-author]: https://github.com/Crell
[link-contributors]: ../../contributors