Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryCache ¶
type DirectoryCache struct {
// contains filtered or unexported fields
}
DirectoryCache stores serialized directory listings with TTL.
func Open ¶
func Open(path string, ttl time.Duration) (*DirectoryCache, error)
Open initializes / opens the bbolt database file.
func (*DirectoryCache) Close ¶
func (c *DirectoryCache) Close() error
Click to show internal directories.
Click to hide internal directories.