Source for file DummyStorage.php
Documentation is available at DummyStorage.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Cache dummy storage.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Read from cache.
- 28: */
- 30: {
- 32: }
- 36: /**
- 37: * Writes item into the cache.
- 42: */
- 44: {
- 45: }
- 49: /**
- 36: /**
- 37: * Removes item from the cache.
- 53: */
- 55: {
- 56: }
- 60: /**
- 61: * Removes items from the cache by conditions & garbage collector.
- 64: */
- 66: {
- 67: }
- 69: }