We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f08594 commit 7679695Copy full SHA for 7679695
README.md
@@ -2,3 +2,17 @@ php-cache-dashboard
2
===================
3
4
A dashboard for PHP Opcache and APCu
5
+
6
+# Supported operations
7
8
+ - View memory statistics
9
+ - View hit rate
10
+ - Select keys based on regular expression
11
+ - Delete keys based on regular expression
12
+ - Selecting all keys
13
+ - Deleting keys without regular expressions
14
15
+# Usage
16
17
+Simply drop the cache.php file somewhere on your webserver, preferably somewhere private, and that is it.
18
+Navigate to the page using your browser and you will receive cache information.
0 commit comments