- pass in LRU compatible thing into choo constructor
- pass in LRU compatible thing into separate, nested cache constructors
- add the
.get()
method to the cache - rename identity to
.id
this.local.todos.map(todo => this.cache.get(Todo, Todo.id(todo)).render(todo))