Skip to content

Commit 93ea0c2

Browse files
authored
Merge pull request #324 from Geolim4/final
Fixed wrong method name in readme
2 parents 7fe3147 + e0cdd94 commit 93ea0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)