index/src/Cache/ICacheProviderInfo.php
2024-04-10 22:23:34 +00:00

14 lines
285 B
PHP

<?php
// ICacheProviderInfo.php
// Created: 2024-04-10
// Updated: 2024-04-10
namespace Index\Cache;
/**
* Base type for cache provider info.
*
* Any cache backend should have its own implementation of this, there are no baseline requirements.
*/
interface ICacheProviderInfo {}