Skip to content

Commit a357310

Browse files
committed
Fixed typo in migration guide...
1 parent e39763b commit a357310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration/MigratingFromV7ToV8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ It is [completely abandoned](https://xcache.lighttpd.net/) (latest update: 2014)
2929
Use alternative memory cache such as Redis, Memcache, Ssdb, etc.
3030

3131
#### :clock1: Then:
32-
`CacheManager::getInstance('Apc')`
32+
`CacheManager::getInstance('Xcache')`
3333

3434
#### :alarm_clock: Now:
35-
`CacheManager::getInstance('Apcu')`
35+
Find an alternative :)
3636

3737
### Phpfastcache API has been upgraded to 3.0.0
3838
Check the [CHANGELOG_API.md](./../../CHANGELOG_API.md) to see the changes.

0 commit comments

Comments
 (0)