We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2289b69 commit b5e822cCopy full SHA for b5e822c
CacheInterface.php
@@ -25,6 +25,7 @@
25
interface CacheInterface
26
{
27
/**
28
+ * @param string $key The key of the item to retrieve from the cache
29
* @param callable(ItemInterface):mixed $callback Should return the computed value for the given key/item
30
* @param float|null $beta A float that, as it grows, controls the likeliness of triggering
31
* early expiration. 0 disables it, INF forces immediate expiration.
0 commit comments