<?php

namespace Drupal\Core\Cache;

interface RefinableCacheableDependencyInterface extends CacheableDependencyInterface {

}
