$type
$type : string
The entity type
Internal class that defines an entry in the cache
__construct(string $type, integer $id, integer $lastModified = null, array $fields = array(), array $idFields = array())
Create a cache entry
string | $type | The entity type |
integer | $id | The entity id |
integer | $lastModified | The date of the last modification of the entity |
array | $fields | The field values of the the entity |
array | $idFields | The field values of the the entity containing ids instead of names |
If invalid arguments were supplied
__wakeup()
Hook after deserialization
Warning: count(): Parameter must be an array or an object that implements Countable in phar://E:/source/CRM-VISIONLINE/3.4.2/Source/Website/build/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1376 Warning: count(): Parameter must be an array or an object that implements Countable in phar://E:/source/CRM-VISIONLINE/3.4.2/Source/Website/build/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1376merge(\Visionline\Crm\WebApi\CacheEntry $other) : \Visionline\Crm\WebApi\CacheEntry
Merges this cache entry with another cache entry and returns the result. This cache entry and the specified other cache entry are not modified.
\Visionline\Crm\WebApi\CacheEntry | $other | The cache entry to be merged. |
If no other cache entry was supplied or its properties are not set correctly.
The merged cache entry
computeKey(string $type, string $id, string $language) : string
Computes the key under which a cache entry can be stored or retrieved.
string | $type | The entity type |
string | $id | the entity id |
string | $language | the language |
The key under which a cache entry can be stored or retrieved.