diff options
Diffstat (limited to 'vendor/doctrine/orm/src/Cache/CacheEntry.php')
| -rw-r--r-- | vendor/doctrine/orm/src/Cache/CacheEntry.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/src/Cache/CacheEntry.php b/vendor/doctrine/orm/src/Cache/CacheEntry.php new file mode 100644 index 0000000..6e12de1 --- /dev/null +++ b/vendor/doctrine/orm/src/Cache/CacheEntry.php | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | declare(strict_types=1); | ||
| 4 | |||
| 5 | namespace Doctrine\ORM\Cache; | ||
| 6 | |||
| 7 | /** | ||
| 8 | * Cache entry interface | ||
| 9 | * | ||
| 10 | * <b>IMPORTANT NOTE:</b> | ||
| 11 | * | ||
| 12 | * Fields of classes that implement CacheEntry are public for performance reason. | ||
| 13 | */ | ||
| 14 | interface CacheEntry | ||
| 15 | { | ||
| 16 | } | ||
