Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f73633

Browse files
committedMar 2, 2015
Add limit to remember cache key, fixes #435
1 parent 97dbdfc commit 6f73633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/Jenssegers/Mongodb/Query/Builder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ public function generateCacheKey()
271271
'groups' => $this->groups,
272272
'orders' => $this->orders,
273273
'offset' => $this->offset,
274+
'limit' => $this->limit,
274275
'aggregate' => $this->aggregate,
275276
);
276277

0 commit comments

Comments
 (0)
Please sign in to comment.