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

MongoDB Cache class #1951

Merged
merged 4 commits into from
Jan 14, 2014
Merged

MongoDB Cache class #1951

merged 4 commits into from
Jan 14, 2014

Conversation

klimov-paul
Copy link
Member

MongoDB Cache class added.

*/
public $db = 'mongodb';
/**
* @var string|array the name of the MongoDB collection that stores the cache data.
Copy link
Member

Choose a reason for hiding this comment

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

can be array?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, see "yii\mongodb\Connection::getCollection()". I have added this reference to the doc comments.

@cebe
Copy link
Member

cebe commented Jan 13, 2014

Good job :) except the typo its ready for merge imo.

klimov-paul added a commit that referenced this pull request Jan 14, 2014
@klimov-paul klimov-paul merged commit ff18cff into yiisoft:master Jan 14, 2014
@klimov-paul klimov-paul deleted the mongodb-cache branch June 17, 2014 07:24
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.

2 participants