Documentation ¶ Index ¶ type Store func NewStore(path string, caches models.Caches) *Store func (s *Store) Get(key string) *models.Cache func (s *Store) GetHashPath(key string, hash string) string func (s *Store) HasCachePath(key string) bool func (s *Store) HasHashPath(key string, hash string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { Path string // contains filtered or unexported fields } func NewStore ¶ func NewStore(path string, caches models.Caches) *Store func (*Store) Get ¶ func (s *Store) Get(key string) *models.Cache func (*Store) GetHashPath ¶ func (s *Store) GetHashPath(key string, hash string) string func (*Store) HasCachePath ¶ func (s *Store) HasCachePath(key string) bool func (*Store) HasHashPath ¶ func (s *Store) HasHashPath(key string, hash string) bool Source Files ¶ View all Source files cache.gostore.go Click to show internal directories. Click to hide internal directories.