package
0.0.0-20230418113745-15592ba7c620
Repository: https://github.com/derat/nup.git
Documentation: pkg.go.dev

# Functions

DeleteDatastore deletes key from datastore.
DeleteMemcache deletes key from memcache.
GetDatastore fetches an object from datastore and saves it to dst.
GetMemcache fetches a JSON object from memcache and saves it to dst.
LoadJSONProp implements datastore.PropertyLoadSaver's Load method.
SaveJSONProp implements datastore.PropertyLoadSaver's Save method.
SetDatastore saves src at key in datastore.
SetMemcache saves JSON object src at key in memcache.

# Constants

No description provided by the author
No description provided by the author

# Type aliases

Type describes a cache type.