Update caching links to use https

This commit is contained in:
Josh Lockhart
2018-06-19 15:16:24 -04:00
parent 9059a5fd29
commit 00cd8cf7f1
2 changed files with 12 additions and 12 deletions

View File

@@ -48,8 +48,8 @@ object cache to PHP 5.5+, since PHP now has a built-in bytecode cache (OPcache).
### Learn more about popular object caching systems:
* [APCu](https://github.com/krakjoe/apcu)
* [APC Functions](http://php.net/ref.apc)
* [Memcached](http://memcached.org/)
* [Redis](http://redis.io/)
* [XCache APIs](http://xcache.lighttpd.net/wiki/XcacheApi)
* [WinCache Functions](http://php.net/ref.wincache)
* [APC Functions](https://secure.php.net/ref.apc)
* [Memcached](https://memcached.org/)
* [Redis](https://redis.io/)
* [XCache APIs](https://xcache.lighttpd.net/wiki/XcacheApi)
* [WinCache Functions](https://secure.php.net/ref.wincache)