Detailed Description
Definition at line 17 of file APC.php.
Constructor & Destructor Documentation
Create a Minify_Cache_APC object, to be passed to Minify::setCache().
- Parameters:
-
| int | $expire | seconds until expiration (default = 0 meaning the item will not get an expiration date) |
- Returns:
- null
Definition at line 29 of file APC.php.
Member Function Documentation
Send the cached content to output
- Parameters:
-
Definition at line 81 of file APC.php.
Fetch the cached content
- Parameters:
-
- Returns:
- string
Definition at line 95 of file APC.php.
Get the size of a cache entry
- Parameters:
-
- Returns:
- int size in bytes
Definition at line 55 of file APC.php.
Does a valid cache entry exist?
- Parameters:
-
| string | $id | cache id |
| int | $srcMtime | mtime of the original source file(s) |
- Returns:
- bool exists
Definition at line 71 of file APC.php.
Write data to cache.
- Parameters:
-
| string | $id | cache id |
| string | $data | |
- Returns:
- bool success
Definition at line 43 of file APC.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/minify/lib/Minify/Cache/APC.php