PdoTrait
trait PdoTrait
Methods
createTable() Creates the table to store cache items which can be called once for setup. | ||
prune() {@inheritdoc} |
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 |
prune()
{@inheritdoc}
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Cache/Traits/PdoTrait.html