TransactionalStore.php
Interfaces, Classes, Traits and Enums
- TransactionalStore
- In addition to buffering cache data in memory (see BufferedStore), this class will add transactional capabilities. Writes can be deferred by starting a transaction & all of them will only go out when you commit them.