Documentation
¶
Overview ¶
Package simplecache for simple using HTTP cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimlpleCache ¶
type SimlpleCache struct {
Folder string
Dir string
Expired time.Duration
// contains filtered or unexported fields
}
SimlpleCache struct
func NewSimpleCache ¶
func NewSimpleCache(Dir, Folder string, Expired time.Duration) *SimlpleCache
NewSimpleCache new a SimlpleCache
Click to show internal directories.
Click to hide internal directories.