wraithlight / wraithlight-mono

My beloved MMORPG Game. And a whole platform.
GNU General Public License v3.0
1 stars 0 forks source link

create memoize decorator #832

Open kfarkasHU opened 4 days ago

kfarkasHU commented 4 days ago

It should concatenate the params as JSON strings the calculate the base64 of them - for key


@Memoize(TOKEN)
public calculate(): string {
 /// ...
}

// calleee
MemoizeService.reset(TOKEN)

Blockers:

kfarkasHU commented 4 days ago

Mb it has a subtask to add base64 enc/dec to crypto