Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache is a struct that maintains a number of bundles in memory and provides a way to refresh them when the source files change.
func NewCache ¶
func NewCache(opts *CacheOptions) *Cache
type CacheOptions ¶
Click to show internal directories.
Click to hide internal directories.