FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
doctrine
/
orm
/
src
/
Cache
/
Persister
Edit File: CachedPersister.php
<?php declare (strict_types=1); namespace MailPoetVendor\Doctrine\ORM\Cache\Persister; if (!defined('ABSPATH')) exit; use MailPoetVendor\Doctrine\ORM\Cache\Region; interface CachedPersister { public function afterTransactionComplete(); public function afterTransactionRolledBack(); public function getCacheRegion(); }
Save
Back