vectorcache: literally means "vector cache", which is generally translated as "column Cache", which is used to store the ID of the microblog information. Not every micro-blog ID will remain here, only the latest or the most focused need to cache.
Training Talent Top10
Method: Gettopusers
Parameter: startdatetime,start,end
Get a list of training talent, type set<string>
Advertising:
Method: GetAd ()
Parameters: Location, FromTime, ToTime, start, End (place, start time, cut-off time, start, end)
Get the ad list, type set<string>
Get class IDs based on your school ID:
Method: Getregionsbypid ()
Parameters: Sid, Start, end
Get class IDs, type set<string>
Rowcache: means "row cache", which is used to save specific microblogging information. The content of the row cache should correspond to the contents of the column cache.
Training Talent Top10:
Method: Getusertop ()
Parameters: StartDateTime and UserID
Obtain the user's personal information, type string
Advertising:
Method: GetAd ()
Parameters: ID
Get details about the ad amount, type string
Get the school ID based on class ID
Method: Getparentregionsbyid ()
Parameters: ID
return type: String
Redis Cache in teacher workshop Vectorcache and Rowcache scenarios