com\setasign\SetaFramework\SimpleCache
CacheValue Class CacheValue
File: /SetaFramework/src/SimpleCache/CacheValue.php
The cache value is a wrapper object that will be serialized and cached. It contains the real cached value and all necessary validation infos.
Class hierarchy
Summary
Properties
$validationInfo
protected CacheValue::$validationInfo
$value
protected CacheValue::$value
