# Structs
CacheableCredentials is an implementation of the AWS credentials.Value type with the addition of an Expiration field.
FileCredentialCache is a CredentialCacher implementation which will cache credentials in a local file.
# Interfaces
CredentialCacher is the interface details to implement AWS credential caching.