jakiboy / vanilleplugin-cache
FileCache Wrapper Class for WordPress Plugins
1.0.9
2024-07-21 00:38 UTC
Requires
- php: >=7.4
- jakiboy/vanilleplugin: ^1.0.9
- phpfastcache/phpfastcache: ^8.1.4
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).