Lines Matching full:be
8 * Each Item object MUST be associated with a specific key, which can be set
16 * Cache\CacheItemInterface objects MUST be able to store and retrieve any type
20 * be requested from a Pool object via the getItem() method. Calling Libraries
29 * The key is loaded by the Implementing Library, but should be available to
40 * The value returned must be identical to the value originally stored by set().
43 * is a legitimate cached value, so the isHit() method SHOULD be used to
65 * The $value argument may be any item that can be serialized by PHP,
70 * The serializable value to be stored.
81 * The point in time after which the item MUST be considered expired.
82 * If null is passed explicitly, a default value MAY be used. If none is set,
83 * the value should be stored permanently or for as long as the
95 * The period of time from the present after which the item MUST be considered
96 * expired. An integer parameter is understood to be the time in seconds until
97 * expiration. If null is passed explicitly, a default value MAY be used.
98 * If none is set, the value should be stored permanently or for as long as the