TransactionalStore.php
Table of Contents
Classes
- 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.