You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cache("DateCache","Lru",FlushInterval=6000)][Cache("LruCache","Lru",FlushInterval=6000)][Cache("UserCache","Fifo",FlushOnExecutes=new[]{"UpdateUserName"})]publicinterfaceIUsedCacheRepository{[ResultCache("DateCache",Key="GetNow")][Statement(Sql="Select Now();")]DateTimeGetNow();[ResultCache("LruCache",Key="GetId:$id")][Statement(Sql="Select @id;")]intGetId(longid);[ResultCache("UserCache",Key="GetUserById:$id")][Statement(Sql="select * from T_User where id=@id;")]UserGetUserById(longid);[Statement(Sql="update T_User set UserName=@userName where id=@id;")]intUpdateUserName(longid,stringuserName);}
-> https://github.com/Smart-Kit/SmartSql-Docs
The text was updated successfully, but these errors were encountered: