Source for file ICacheStorage.php
Documentation is available at ICacheStorage.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Cache storage.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Read from cache.
- 28: */
- 31: /**
- 32: * Writes item into the cache.
- 37: */
- 40: /**
- 31: /**
- 32: * Removes item from the cache.
- 44: */
- 47: /**
- 48: * Removes items from the cache by conditions.
- 51: */
- 54: }