# Packages
Package cache provides a simple interface for a key-value cache.
# Functions
GetHomeDir returns the file path of the user's home directory.
# Structs
timeSleeper implements sleeper interface by calling the time.Sleep method for sleeping.
# Interfaces
Sleeper interface implements the sleep() method.