An open API service indexing awesome lists of open source software.

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.

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