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 11Nette 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+ 
47Cache accelerates your application by storing data - once hardly retrieved - for future use.
58
69Nette 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
232235Framework will ensure that the body of the function will be called only by one thread at once, and other threads will be waiting.
233236If 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