Source for file ICacheStorage.php
Documentation is available at ICacheStorage.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: */
- 22: /**
- 23: * Cache storage.
- 24: *
- 28: */
- 30: {
- 32: /**
- 33: * Read from cache.
- 36: */
- 39: /**
- 40: * Writes item into the cache.
- 45: */
- 48: /**
- 39: /**
- 40: * Removes item from the cache.
- 52: */
- 55: /**
- 56: * Removes items from the cache by conditions.
- 59: */
- 62: }