diff options
author | rustammm <rustammm@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | bba75c9a9c9dc54ff02eb9e06a15950767602309 (patch) | |
tree | 1162dffb2547a1a327089df5b4e1857bc4575e8f /library/cpp/cache | |
parent | 76cdacbb1f8f9a6a7059a9c2ec73b06431cb6fc2 (diff) | |
download | ydb-bba75c9a9c9dc54ff02eb9e06a15950767602309.tar.gz |
Restoring authorship annotation for <rustammm@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/cache')
-rw-r--r-- | library/cpp/cache/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cache/cache.h b/library/cpp/cache/cache.h index 6dc997076d..f6387fa62d 100644 --- a/library/cpp/cache/cache.h +++ b/library/cpp/cache/cache.h @@ -596,7 +596,7 @@ public: return TBase::Empty() ? TBase::End() : this->FindByItem(TBase::List.GetOldest()); } - size_t TotalSize() const { + size_t TotalSize() const { return TBase::List.GetTotalSize(); } }; |