Detailed Description
Definition at line 7 of file File.php.
Constructor & Destructor Documentation
Member Function Documentation
Send the cached content to output
- Parameters:
-
| string | $id | cache id (e.g. a filename) |
Definition at line 79 of file File.php.
Fetch the cached content
- Parameters:
-
| string | $id | cache id (e.g. a filename) |
- Returns:
- string
Definition at line 99 of file File.php.
Fetch the cache path used
- Returns:
- string
Definition at line 118 of file File.php.
Get the size of a cache entry
- Parameters:
-
| string | $id | cache id (e.g. a filename) |
- Returns:
- int size in bytes
Definition at line 54 of file File.php.
Does a valid cache entry exist?
- Parameters:
-
| string | $id | cache id (e.g. a filename) |
| int | $srcMtime | mtime of the original source file(s) |
- Returns:
- bool exists
Definition at line 68 of file File.php.
Write data to cache.
- Parameters:
-
| string | $id | cache id (e.g. a filename) |
| string | $data | |
- Returns:
- bool success
Definition at line 28 of file File.php.
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/minify/lib/Minify/Cache/File.php