Skip to content

[Cache] Add PdoTagAwareAdapter #58296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: 7.4
Choose a base branch
from
Prev Previous commit
CS
  • Loading branch information
Toflar committed Nov 25, 2024
commit 16ed6ec491c3bb167fb6f603aba702f2e957c1c9
1 change: 0 additions & 1 deletion src/Symfony/Component/Cache/Adapter/PdoTagAwareAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class PdoTagAwareAdapter extends AbstractTagAwareAdapter implements PruneableInt
private string $tagCol = 'item_tag';
private string $tagIdxName = 'idx_cache_tags_item_tag';


/**
* You can either pass an existing database connection as PDO instance or
* a DSN string that will be used to lazy-connect to the database when the
Expand Down
Loading