constant S3FS_CACHE_PREFIX in S3 File System 8.3
Same name and namespace in other branches
- 8.2 s3fs.module \S3FS_CACHE_PREFIX
- 4.0.x s3fs.module \S3FS_CACHE_PREFIX
The prefix for our Drupal-cached metadata.
3 uses of S3FS_CACHE_PREFIX
- S3fsStream::deleteCache in src/
StreamWrapper/ S3fsStream.php - Delete an object's metadata from the cache.
- S3fsStream::readCache in src/
StreamWrapper/ S3fsStream.php - Fetch an object from the file metadata cache table.
- S3fsStream::writeCache in src/
StreamWrapper/ S3fsStream.php - Write an object's (and its ancestor folders') metadata to the cache.
File
- ./
s3fs.module, line 11 - Hook implementations and other primary functionality for S3 File System.
Code
define('S3FS_CACHE_PREFIX', 's3fs:uri:');