Source for file CachingHelper.php
Documentation is available at CachingHelper.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 26: /**
- 27: * Caching template helper.
- 28: *
- 32: */
- 34: {
- 43: /**
- 44: * Starts the output cache. Returns CachingHelper object if buffering was started.
- 49: */
- 51: {
- 67: }
- 68: }
- 72: /**
- 73: * Stops and saves the cache.
- 75: */
- 77: {
- 80: }
- 84: /**
- 85: * Adds the file dependency.
- 88: */
- 90: {
- 92: }
- 96: /**
- 97: * Adds the cached item dependency.
- 100: */
- 102: {
- 104: }
- 108: /********************* backend ****************d*g**/
- 112: /**
- 114: */
- 116: {
- 118: }
- 120: }