PdoTrait
trait PdoTrait
Methods
createTable() Creates the table to store cache items which can be called once for setup. |
Details
createTable()
Creates the table to store cache items which can be called once for setup.
Cache ID are saved in a column of maximum length 255. Cache data is saved in a BLOB.
Exceptions
PDOException | When the table already exists |
DBALException | When the table already exists |
DomainException | When an unsupported PDO driver is used |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/Cache/Traits/PdoTrait.html