# Packages
Code generated by counterfeiter.
# Functions
GetCacheFilePath gets the filename to use for caching credentials.
NewFileCacheV2 initializes the cache and returns a *FileCacheV2.
# Constants
EksctlCacheFilenameEnvName defines an environment property to configure where the cache file should live.
EksctlGlobalEnableCachingEnvName defines an environment property to enable the cache globally.
# Structs
FileCacheV2 is a file-based credentials cache for AWS credentials that can expire, satisfying the aws.CredentialsProvider interface.
RealClock defines a clock using time.Now().
# Type aliases
No description provided by the author