mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 03:33:40 +08:00
Add note about missing expiration logic
This commit is contained in:
@@ -17,6 +17,8 @@ namespace osu.Game.Scoring
|
||||
/// </summary>
|
||||
public class ScorePerformanceManager : Component
|
||||
{
|
||||
// this cache will grow indefinitely per session and should be considered temporary.
|
||||
// this whole component should likely be replaced with database persistence.
|
||||
private readonly ConcurrentDictionary<PerformanceCacheLookup, double> performanceCache = new ConcurrentDictionary<PerformanceCacheLookup, double>();
|
||||
|
||||
[Resolved]
|
||||
|
||||
Reference in New Issue
Block a user