Skip to content

Commit b0f2f7b

Browse files
committed
readme.md: added badge and link to Packagist
1 parent 73e9648 commit b0f2f7b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Nette Caching
22
=============
33

4+
[![Downloads this Month](https://img.shields.io/packagist/dm/nette/caching.svg)](https://packagist.org/packages/nette/caching)
5+
[![Build Status](https://travis-ci.org/nette/caching.svg?branch=master)](https://travis-ci.org/nette/caching)
6+
47
Cache accelerates your application by storing data - once hardly retrieved - for future use.
58

69
Nette offers a very intuitive API for cache manipulation. After all, you wouldn't expect anything else, right? ;-)
@@ -231,7 +234,3 @@ $result = $cache->save($key, function() { // or callback(...)
231234

232235
Framework will ensure that the body of the function will be called only by one thread at once, and other threads will be waiting.
233236
If the thread fails for some reason, another gets chance.
234-
235-
-----
236-
237-
[![Build Status](https://secure.travis-ci.org/nette/caching.png?branch=master)](http://travis-ci.org/nette/caching)

0 commit comments

Comments
 (0)