Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits van der Schee committed Jun 30, 2015
1 parent 87feb94 commit 68ce943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LswMemcacheBundle
=================
[![Build Status](https://travis-ci.org/LeaseWeb/LswMemcacheBundle.svg)](https://travis-ci.org/LeaseWeb/LswMemcacheBundle)

![screenshot](http://www.leaseweblabs.com/wp-content/uploads/2013/03/memcache_debug.png)
![screenshot](http://www.leaseweblabs.com/wp-content/uploads/2015/06/memcache_v2.png)

If you want to optimize your web application for high load and/or low load times Memcache is an indispensable tool.
It will manage your session data without doing disk I/O on web or database servers. You can also run it as a
Expand All @@ -12,7 +12,7 @@ caching support or expensive API calls by implementing the caching using Memcach
This Symfony2 bundle will provide Memcache integration into Symfony2 and Doctrine for session storage and caching.
It has full Web Debug Toolbar integration that allows you to analyze and debug the cache behavior and performance.

[Read the LeaseWebLabs blog about LswMemcacheBundle](http://www.leaseweblabs.com/2013/03/memcache-support-in-symfony2-wdt/)
[Read the LeaseWebLabs blog about LswMemcacheBundle](http://www.leaseweblabs.com/2015/06/version-2-of-our-memcache-bundle-for-symfony-is-released/)

### Requirements

Expand Down

0 comments on commit 68ce943

Please sign in to comment.