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 | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/cache | |
parent | bba75c9a9c9dc54ff02eb9e06a15950767602309 (diff) | |
download | ydb-26922fe743f17dd1c12d5a4610a165bb8d11e3ef.tar.gz |
Restoring authorship annotation for <rustammm@yandex-team.ru>. Commit 2 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 f6387fa62d..6dc997076d 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(); } }; |