jakiboy / vanilleplugin-cache
FileCache Wrapper Class for WordPress Plugins
1.1.0
2024-11-22 16:01 UTC
Requires
- php: >=8.2
- jakiboy/vanilleplugin: ^1.1.0
- phpfastcache/phpfastcache: ^9.2.3
Suggests
- jakiboy/vanilleplugin-packager: Composer Namespaces Prefixer for WordPress Plugins
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
Authors:
- Jakiboy (Initial work)
- Any PR is welcome!
⭐ Support:
Don't buy me a coffee! Just star the project if you like it.
💡 Notice:
- Recommanded to use VanillePlugin/Transient or VanillePlugin/Cache (non-persistent cache).