Documentation ¶
Index ¶
- type CacheService
- type CacheServiceImpl
- func (dc *CacheServiceImpl) GetDatasource(datasourceID int64, user *models.SignedInUser, skipCache bool) (*models.DataSource, error)
- func (dc *CacheServiceImpl) GetDatasourceByUID(datasourceUID string, user *models.SignedInUser, skipCache bool) (*models.DataSource, error)
- func (dc *CacheServiceImpl) Init() error
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) GetDatasourceByUID(datasourceUID string, 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) GetDatasourceByUID ¶
func (dc *CacheServiceImpl) GetDatasourceByUID( datasourceUID string, 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.