Kagome
Polkadot Runtime Engine in C++17
|
Classes | |
struct | CacheUnit |
struct | ObjectsCache |
struct | ObjectsCacheManager |
struct | ObjectsCacheManager< T > |
struct | ObjsCacheDefAlloc |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
struct tools::containers::CacheUnit |
Cache item entry.
T | is the type of the objects to be contained in cache. |
Definition at line 119 of file objects_cache.hpp.
Class Members | ||
---|---|---|
typedef typename remove_pointer< typename decay < T >::type >::type |
Type |