. */ namespace Doctrine\ORM\Cache; /** * Cache entry interface * * IMPORTANT NOTE: * * Fields of classes that implement CacheEntry are public for performance reason. */ interface CacheEntry { }