Versions in this module Expand all Collapse all v0 v0.2.0 Dec 31, 2018 Changes in this version + func GetTempDir() string + func NewRawCache(dir string, name string) *raw + type File struct + CompletePath string + Dir string + Name string + func NewFileCache(dir string, name string) *File + func (f *File) IsExist() (bool, error) + func (f *File) Read() ([]byte, error) + func (f *File) Remove() error + func (f *File) Write(data []byte) error + func (f *File) WriteJson(v interface{}) error