File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ phpFastCache offers you a lot of useful APIs:
9191- saveDeferred(CacheItemInterface $item); // Sets a cache item to be persisted later
9292- commit(); // Persists any deferred cache items
9393- clear() // Allow you to completely empty the cache and restart from the beginning
94- - stats () // Return the cache statistics as an object, useful for checking disk space used by the cache etc.
94+ - getStats () // Return the cache statistics as an object, useful for checking disk space used by the cache etc.
9595- getItemsByTag($tagName) // Return items by a tag
9696- getItemsByTags(array $tagNames) // Return items by some tags
9797- getItemsByTagsAsJsonString(array $tagNames) // Returns A json string that represents an array of items by tags-based
You can’t perform that action at this time.
0 commit comments