Simplify pulling out all design document ids from the cache

This allows the code to avoid copying the entire ets entries into
code from a separate module for both efficiency and modularity
purposes. This requires the new ets_lru match code to function.

It currently uses match which is dispatched to the gen_server.
It might be wise to make it direct since the match code does not
update access times (or if it did, we could make that a cast).
1 file changed
tree: 5b2e75812532ac60a500663396d7f9c457b706c0
  1. src/
  2. README.md
README.md

Design Doc Cache

Pretty much covers it.