diff options
author | desertfury <desertfury@yandex-team.ru> | 2022-02-10 16:50:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:15 +0300 |
commit | ba92f2f3d8a0cfa549b668980b868cbb6ff080ce (patch) | |
tree | b815831791120a80cee7513e248c079077dd1ea2 /library/cpp | |
parent | 3d636b3ac8d1e635bba5c5007da7a6d81f2c17f4 (diff) | |
download | ydb-ba92f2f3d8a0cfa549b668980b868cbb6ff080ce.tar.gz |
Restoring authorship annotation for <desertfury@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/cache/thread_safe_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/cache/thread_safe_cache.h b/library/cpp/cache/thread_safe_cache.h index 71e1442717..e071605259 100644 --- a/library/cpp/cache/thread_safe_cache.h +++ b/library/cpp/cache/thread_safe_cache.h @@ -135,7 +135,7 @@ namespace NPrivate { } private: - using TInternalCache = TCache<Key, TPtr, List<Key, TPtr>, TNoopDelete>; + using TInternalCache = TCache<Key, TPtr, List<Key, TPtr>, TNoopDelete>; template <class TCallbacks> class TThreadSafeCacheSingleton { @@ -165,7 +165,7 @@ namespace NPrivate { private: TRWMutex Mutex; const ICallbacks& Callbacks; - mutable TInternalCache Cache; + mutable TInternalCache Cache; }; struct TLWHelper { |