File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Nette Caching
2
2
=============
3
3
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
+
4
7
Cache accelerates your application by storing data - once hardly retrieved - for future use.
5
8
6
9
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(...)
231
234
232
235
Framework will ensure that the body of the function will be called only by one thread at once, and other threads will be waiting.
233
236
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 )
You can’t perform that action at this time.
0 commit comments