interface CacheTagsHashInterface in Fastly 8.3
Hierarchy
- interface \Drupal\fastly\CacheTagsHashInterface
Expanded class hierarchy of CacheTagsHashInterface
All classes that implement CacheTagsHashInterface
2 files declare their use of CacheTagsHashInterface
- FastlySettingsForm.php in src/
Form/ FastlySettingsForm.php - PurgeOptionsForm.php in src/
Form/ PurgeOptionsForm.php
File
- src/
CacheTagsHashInterface.php, line 7
Namespace
Drupal\fastlyView source
interface CacheTagsHashInterface {
/**
* Default Cache tag hash length.
*/
const CACHE_TAG_HASH_LENGTH = 4;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CacheTagsHashInterface:: |
constant | Default Cache tag hash length. |