A simple file cache implementation in Go. View the Project on GitHub gokyle/filecache Download ZIP File Download TAR Ball View On GitHub Overview A file cache can be created with either the NewDefaultCache() function to get a cache with the defaults set, or NewCache() to get a new cache with 0 values for everything; you will not be able to store items in this cache until the values are changed; sp