Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheService ¶
type CacheService interface {
GetDatasource(datasourceID int64, user *models.SignedInUser, skipCache bool) (*models.DataSource, error)
}
type CacheServiceImpl ¶
type CacheServiceImpl struct { CacheService *localcache.CacheService `inject:""` SQLStore *sqlstore.SqlStore `inject:""` }
func (*CacheServiceImpl) GetDatasource ¶
func (dc *CacheServiceImpl) GetDatasource( datasourceID int64, user *models.SignedInUser, skipCache bool, ) (*models.DataSource, error)
func (*CacheServiceImpl) Init ¶
func (dc *CacheServiceImpl) Init() error
Click to show internal directories.
Click to hide internal directories.