Source for file CachingHelper.php
Documentation is available at CachingHelper.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Caching template helper.
- 17: *
- 20: */
- 22: {
- 31: /**
- 32: * Starts the output cache. Returns CachingHelper object if buffering was started.
- 37: */
- 39: {
- 55: }
- 56: }
- 60: /**
- 61: * Stops and saves the cache.
- 63: */
- 65: {
- 68: }
- 72: /**
- 73: * Adds the file dependency.
- 76: */
- 78: {
- 80: }
- 84: /**
- 85: * Adds the cached item dependency.
- 88: */
- 90: {
- 92: }
- 96: /********************* backend ****************d*g**/
- 100: /**
- 102: */
- 104: {
- 106: }
- 108: }