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

Add ApcCache #4

Merged
merged 3 commits into from
Jan 5, 2012
Merged

Add ApcCache #4

merged 3 commits into from
Jan 5, 2012

Conversation

henrikbjorn
Copy link
Contributor

This will let metadata fulfill the same caching strategies the old
validator mapping for Symfony had.

@schmittjoh
Copy link
Owner

What do you think about adding a Doctrine Cache adapter instead? I'd like to avoid adding cache implementations for each cache provider.

@stof
Copy link
Contributor

stof commented Jan 2, 2012

+1 for reusing Doctrine Cache

{
public function setUp()
{
if (interface_exists('Doctrine\Cache\Cache')) {
Copy link
Owner

Choose a reason for hiding this comment

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

This should be negated, i.e. if it does not exist.

@stof
Copy link
Contributor

stof commented Jan 2, 2012

@henrikbjorn you forgot to add the new file after renaming

@henrikbjorn
Copy link
Contributor Author

@stof doh thanks, done now


/**
* @param string $prefix
* @throws RuntimeException
Copy link
Contributor

Choose a reason for hiding this comment

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

this phpdoc is wrong

@schmittjoh schmittjoh merged commit 5926f8a into schmittjoh:master Jan 5, 2012
@schmittjoh
Copy link
Owner

Thanks, merged.

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.

None yet

3 participants