You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/Bouncer.md
-50
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ The main Class of this package. This is the first entry point of any PHP Bouncer
19
19
|[getCaptchaHtmlTemplate](#bouncergetcaptchahtmltemplate)|Returns a default "CrowdSec Captcha" HTML template to display to a web browser using a captchable IP.|
20
20
|[getLogger](#bouncergetlogger)|Returns the logger instance.|
21
21
|[getRemediationForIp](#bouncergetremediationforip)|Get the remediation for the specified IP. This method use the cache layer.|
22
-
|[loadPaginatedBlocklistFromCache](#bouncerloadpaginatedblocklistfromcache)|Browse the remediations cache.|
23
-
|[loadPaginatedLogs](#bouncerloadpaginatedlogs)|Browse the bouncer technical logs.|
24
22
|[pruneCache](#bouncerprunecache)|This method prune the cache: it removes all the expired cache items.|
25
23
|[refreshBlocklistCache](#bouncerrefreshblocklistcache)|Used in stream mode only.|
26
24
|[warmBlocklistCacheUp](#bouncerwarmblocklistcacheup)|Used in stream mode only.|
@@ -247,54 +245,6 @@ the cache system will call the API to check if there is a decision.
0 commit comments