mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
12 lines
197 B
C++
12 lines
197 B
C++
/*
|
|
* Copyright 2017-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
|
|
*/
|
|
|
|
class cache_temperature final {
|
|
uint8_t get_serialized_temperature();
|
|
};
|