Documentation ¶
Index ¶
- type Cache
- func (c *Cache) BatchUpdate(ctx context.Context, data []entity.Genre) (int, error)
- func (c *Cache) Get(ctx context.Context, data entity.GetRequest) ([]*entity.Genre, int, int, error)
- func (c *Cache) GetByID(ctx context.Context, id int64) (*entity.Genre, int, error)
- func (c *Cache) GetByIDs(ctx context.Context, ids []int64) ([]*entity.Genre, int, error)
- func (c *Cache) GetHistories(ctx context.Context, data entity.GetHistoriesRequest) ([]entity.History, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache contains functions for genre cache.
func New ¶
func New(cacher cache.Cacher, repo repository.Repository) *Cache
New to create new genre cache.
func (*Cache) BatchUpdate ¶
BatchUpdate to batch update.
Click to show internal directories.
Click to hide internal directories.