Skip to content
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

[WIP] Second-level cache configuration #224

Merged
merged 1 commit into from
Jan 27, 2014

Conversation

FabioBatSilva
Copy link
Member

This patch add support for second-level cache doctrine/orm#808

Please notice that changes made in DoctrineExtension#loadCacheDriver should be moved to Symfony Bridge once we finish the work here...

screen shot 2013-10-31 at 4 57 10 pm

screen shot 2013-10-31 at 4 57 30 pm

Cheers

fabpot added a commit to symfony/symfony that referenced this pull request Dec 28, 2013
…re not an EM's child (FabioBatSilva)

This PR was merged into the 2.5-dev branch.

Discussion
----------

[Bridge] [DoctrineExtension] Allow cache drivers that are not an EM's child

| Q             | A
| ------------- | ---
| Bug fix?      | [no]
| New feature?  | [yes]
| BC breaks?    | [no]
| Deprecations? | [no]
| Tests pass?   | [yes|]
| Fixed tickets | []
| License       | MIT
| Doc PR        | [doctrine/orm#808, doctrine/DoctrineBundle#224]

Commits
-------

7528e4c Allow cache drivers that are not an EM's child
fabpot added a commit to symfony/doctrine-bridge that referenced this pull request Dec 28, 2013
…re not an EM's child (FabioBatSilva)

This PR was merged into the 2.5-dev branch.

Discussion
----------

[Bridge] [DoctrineExtension] Allow cache drivers that are not an EM's child

| Q             | A
| ------------- | ---
| Bug fix?      | [no]
| New feature?  | [yes]
| BC breaks?    | [no]
| Deprecations? | [no]
| Tests pass?   | [yes|]
| Fixed tickets | []
| License       | MIT
| Doc PR        | [doctrine/orm#808, doctrine/DoctrineBundle#224]

Commits
-------

7528e4c Allow cache drivers that are not an EM's child
@FabioBatSilva
Copy link
Member Author

Ping @doctrine/team-doctrine2, @stof

* @author Fabien Potencier <fabien@symfony.com>
* @author Fabio B. Silva <fabio.bat.silva@gmail.com>
*/
class CollectionRegionDoctrineCommand extends CollectionRegionCommand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Picky: shouldn't this rather be named ClearCollectionRegionDoctrineCommand? This is more convenient IMO.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got this error after trying to do an update with composer:

/vendor/doctrine/doctrine-bundle/Doctrine/Bundle/DoctrineBundle/Command/Proxy/CollectionRegionDoctrineCommand.php on line 29

Any thoughts?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #249

@guilhermeblanco guilhermeblanco merged commit 4da6c93 into doctrine:master Jan 27, 2014
@guilhermeblanco
Copy link
Member

Merged as of #247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants