diff options
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 71e14427173..e0716052591 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 { |
