package
0.9.1
Repository: https://github.com/circa10a/go-geofence.git
Documentation: pkg.go.dev

# Functions

NewRedisCache provides a new in-memory cache client.
NewRedisCache provides a new redis cache client.

# Structs

MemoryCache is used to store/fetch ip proximity from an in-memory cache.
MemoryOptions holds in-memory cache configuration parameters.
RedisCache is used to store/fetch ip proximity from redis.
RedisOptions holds redis configuration parameters.

# Interfaces

Cache is an interface for caching ip addresses.