RSSAmplifier

Caleb Schoepp · Apr 11, 2020

Storing Empty Interfaces in BigCache

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Recently at work I was tasked with adding some caching to one of our Golang services. The particular service required incoming requests to provide an API key for authentication. So on every request the service was making an extra round trip to the database to verify the API key even though it was usually the same key. Not great. Implementing the cache ended up being much harder than I thought it…

Read on /blog/2020/storing-empty-interfaces-in-bigcache/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.