Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface { WithData(medallion string, day time.Time, count int64) error WithMultiData(data []*pb.MedallionPickupInfo, day time.Time) error GetDataSingle(medallion string, day time.Time) (int64, error) GetDataMulti(medallions []string, day time.Time) ([]*pb.MedallionPickupInfo, error) Clear() error }
Cache defines the interface for all cache implementations.
Click to show internal directories.
Click to hide internal directories.