Skip to content

Commit

Permalink
docs: #744 (inMemory statics)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel authored and pubkey committed Sep 14, 2018
1 parent 2319769 commit 2822d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/in-memory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InMemory Collections

When you do a heavy amount of operations on a `RxCollection`, you might want to optimize this by using the in-memory-replication of the collection. The in-memory-replication behaves equal to the original collection but is stored in the Memory of your computer instead of the hard drive
When you do a heavy amount of operations on a `RxCollection`, you might want to optimize this by using the in-memory-replication of the collection. The in-memory-replication behaves equal to the original collection but is stored in the Memory of your computer instead of the hard drive. It inherits the `statics` of the original collection, but not its hooks -so you should register them separately in the case you'd want them to apply.

## Pros:

Expand Down

0 comments on commit 2822d66

Please sign in to comment.