File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/phpFastCache/Core/Item Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -125,24 +125,6 @@ public function append($data);
125125 */
126126 public function prepend ($ data );
127127
128-
129- /**
130- * Sets the expiration time for this cache item.
131- *
132- * @param int|\DateInterval $time
133- * The period of time from the present after which the item MUST be considered
134- * expired. An integer parameter is understood to be the time in seconds until
135- * expiration. If null is passed explicitly, a default value MAY be used.
136- * If none is set, the value should be stored permanently or for as long as the
137- * implementation allows.
138- *
139- * @return static
140- * The called object.
141- *
142- * @deprecated Use CacheItemInterface::expiresAfter() instead
143- */
144- public function touch ($ time );
145-
146128 /**
147129 * @param string $tagName
148130 * @return $this
You can’t perform that action at this time.
0 commit comments