jakiboy/vanilleplugin-cache

FileCache Wrapper Class for WordPress Plugins

1.0.0 2024-01-15 12:26 UTC

This package is auto-updated.

Last update: 2024-04-15 13:20:42 UTC


README

VanillePlugin Cache is a FileCache Wrapper Class for WordPress Plugins, Used speed-up heavy requests (API queries / Database queries). Requires VanillePlugin WordPress Plugin Framework And Phpfastcache).

⚡ Installing:

Using composer.

composer require jakiboy/vanilleplugin-cache

Contributing:

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning:

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors:

  • Jihad Sinnaour - Jakiboy (Initial work)

See also the full list of contributors who participated in this project. Any suggestions (Pull requests) are welcome!

License:

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Support:

Please give it a Star if you like the project.

💡 Notice:

  • Recommanded to use VanillePlugin/Transient or VanillePlugin/Cache (non-persistent cache).