Documentation ¶ Index ¶ type FileCache func (f *FileCache) Exist(filename string) bool func (f *FileCache) FullPath(filename string) string func (f *FileCache) Key(in, lang string) string func (f *FileCache) Open(filename string) (io.ReadCloser, error) func (f *FileCache) Save(path string, content bytes.Buffer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FileCache ¶ type FileCache struct { BaseDir string } func (*FileCache) Exist ¶ func (f *FileCache) Exist(filename string) bool func (*FileCache) FullPath ¶ func (f *FileCache) FullPath(filename string) string func (*FileCache) Key ¶ func (f *FileCache) Key(in, lang string) string func (*FileCache) Open ¶ func (f *FileCache) Open(filename string) (io.ReadCloser, error) func (*FileCache) Save ¶ func (f *FileCache) Save(path string, content bytes.Buffer) error Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.