package
0.0.0-20241112125757-779aa9ab4555
Repository: https://github.com/bcc-code/bcc-media-platform.git
Documentation: pkg.go.dev

# Functions

Get the specified key.
GetOrCreate the cache entry.
Lock the specified key and get a release method in return.
New remote cache struct.
Release the lock with logging the error occuring.
Set the specified key to the provided value with ttl.

# Variables

Nil is the error value in case the specified key does not exist.

# Structs

Client contains the client and locker.
Options are definable options for caching an entry.

# Interfaces

RemoteLock is a lock that can be released.