* @since 1.0 */ interface BlockCache { const BLOCK_CACHE_PREFIX = 'block_cache'; public function getCacheKey(); }