Generate hash digests of file contents to help with cache invalidation.
More...
|
| static | getFileContentsHash ( $filePaths) |
| | Get a hash of the combined contents of one or more files, either by retrieving a previously-computed hash from the cache, or by computing a hash from the files.
|
| |
| static | singleton () |
| | Get the singleton instance of this class.
|
| |
Generate hash digests of file contents to help with cache invalidation.
Definition at line 14 of file FileContentsHasher.php.
◆ __construct()
| FileContentsHasher::__construct |
( |
| ) |
|
◆ getFileContentsHash()
| static FileContentsHasher::getFileContentsHash |
( |
| $filePaths | ) |
|
|
static |
◆ singleton()
| static FileContentsHasher::singleton |
( |
| ) |
|
|
static |
◆ $cache
The documentation for this class was generated from the following file: