You are here

CacheTagsHashInterface.php in Fastly 8.3

Namespace

Drupal\fastly

File

src/CacheTagsHashInterface.php
View source
<?php

namespace Drupal\fastly;

interface CacheTagsHashInterface {

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

}

Interfaces