Categorygithub.com/guregu/localcache
repositorypackage
0.1.1
Repository: https://github.com/guregu/localcache.git
Documentation: pkg.go.dev

# README

localcache GoDoc

import "github.com/guregu/localcache"

This is a DynamoDB wrapper that caches values in memory. Very experimental, don't use it.

Problems

  • This library has only been tested with guregu/dynamo, so it doesn't support things like KeyConditionExpression.
  • Projections don't work and will probably break lots of stuff.
  • Cache isn't configurable and doesn't expire properly.
  • Query cache for certain kinds of indexes won't be invalidated properly through certain operations

Perhaps one day I'll fix these!