You are here

interface CacheTagsHashInterface in Fastly 8.3

Hierarchy

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\fastly
View source
interface CacheTagsHashInterface {

  /**
   * Default Cache tag hash length.
   */
  const CACHE_TAG_HASH_LENGTH = 4;

}

Members