+2
CHANGELOG.md
+2
CHANGELOG.md
···
+10
lib/atex/application.ex
+10
lib/atex/application.ex
+17
-9
lib/atex/identity_resolver.ex
+17
-9
lib/atex/identity_resolver.ex
···
+42
lib/atex/identity_resolver/cache.ex
+42
lib/atex/identity_resolver/cache.ex
···+# User should be able to call a single function to fetch all info for either did and handle, including the link between them.+Add a new identity to the cache. Can also be used to update an identity that may already exist.
+57
lib/atex/identity_resolver/cache/ets.ex
+57
lib/atex/identity_resolver/cache/ets.ex
···+# TODO: benchmark lookups vs match performance, is it better to use a "composite" key or two inserts?
+25
lib/atex/identity_resolver/identity.ex
+25
lib/atex/identity_resolver/identity.ex
···