PHPSocialNetwork / phpfastcache

A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
https://www.phpfastcache.com
MIT License
2.36k stars 452 forks source link

cache not clearing manually in html #901

Closed parvinders347 closed 1 year ago

parvinders347 commented 1 year ago

What's your question ?

I want to clear my cache manually in HTML I have added this <button type="submit" name="submit" class="btn btn-lg btn-block btn-primary mt-4"><?= l('admin_settings.cache.clear') ?></button>

References (optional)

No response

Do you have anything more you want to share? (optional)

my phpfastcache folder: https://file.io/GOnPeGwDAbtf

github-actions[bot] commented 1 year ago

Hello curious contributor ! Since it seems to be your first contribution, make sure that you've been:

Geolim4 commented 1 year ago

Hello,

Sorry I can't help you with the implementation itself of Phpfastcache.

Follow the README instructions and check out the Wiki.

Cheers, Georges