antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 163 forks source link

Clear cached ip list? #135

Open ghost opened 5 years ago

ghost commented 5 years ago

Seems that there is no way for clear the cached ip list.

For example: Firewall::listCacheClear(); that clear the entire cache and Firewall::blacklist($ip, $clearlistcache = false); that refresh cache when save model

What do you'all think?