Cockatrice
2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
interface_cache_storage_settings_provider.h
Go to the documentation of this file.
1
#ifndef COCKATRICE_INTERFACE_CACHE_STORAGE_SETTINGS_PROVIDER_H
2
#define COCKATRICE_INTERFACE_CACHE_STORAGE_SETTINGS_PROVIDER_H
3
4
class
ICacheStorageSettingsProvider
5
{
6
public
:
7
virtual
~ICacheStorageSettingsProvider
() =
default
;
8
9
[[nodiscard]]
virtual
int
getPixmapCacheSize
()
const
= 0;
10
[[nodiscard]]
virtual
int
getNetworkCacheSizeInMB
()
const
= 0;
11
[[nodiscard]]
virtual
int
getRedirectCacheTtl
()
const
= 0;
12
};
13
14
#endif
// COCKATRICE_INTERFACE_CACHE_STORAGE_SETTINGS_PROVIDER_H
ICacheStorageSettingsProvider
Definition
interface_cache_storage_settings_provider.h:5
ICacheStorageSettingsProvider::getPixmapCacheSize
virtual int getPixmapCacheSize() const =0
ICacheStorageSettingsProvider::getRedirectCacheTtl
virtual int getRedirectCacheTtl() const =0
ICacheStorageSettingsProvider::~ICacheStorageSettingsProvider
virtual ~ICacheStorageSettingsProvider()=default
ICacheStorageSettingsProvider::getNetworkCacheSizeInMB
virtual int getNetworkCacheSizeInMB() const =0
libcockatrice_interfaces
libcockatrice
interfaces
interface_cache_storage_settings_provider.h
Generated by
1.16.1