jellyfin/Jellyfin.Server.Implementations/Users
gnattu 5a62c7a146 Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor
The EFCoreSecondLevelCacheInterceptor will place a huge lock even for reading. Implement a ConcurrentDictionary cache to replace it.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-20 20:19:31 +08:00
..
DefaultAuthenticationProvider.cs Reduce log spam on failed logins 2023-08-21 19:09:32 +02:00
DefaultPasswordResetProvider.cs chore: deprecate EasyPassword as it isn't very secure 2023-05-26 19:40:40 +02:00
DeviceAccessHost.cs Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor 2024-07-20 20:19:31 +08:00
DisplayPreferencesManager.cs add IAsyncDisposable to DisplayPreferencesManager 2023-10-22 22:28:45 +02:00
InvalidAuthProvider.cs Enable nullable for Jellyfin.Server.Implementations 2020-12-12 11:20:48 -05:00
UserManager.cs Restore caching for UserManager.cs 2024-05-15 12:43:46 +08:00