Limits for the cache the flow renderer keeps for images and video. Any limit left null keeps the native default.
More...
|
| | AdaptyUIMediaCacheConfiguration (int? memoryStorageTotalCostLimit, int? memoryStorageCountLimit, int? diskStorageSizeLimit) |
| | Sets the cache limits. Any of them null keeps the native default.
|
| override string | ToString () |
| | A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
|
Limits for the cache the flow renderer keeps for images and video. Any limit left null keeps the native default.
◆ AdaptyUIMediaCacheConfiguration()
| AdaptySDK.AdaptyUIMediaCacheConfiguration.AdaptyUIMediaCacheConfiguration |
( |
int? | memoryStorageTotalCostLimit, |
|
|
int? | memoryStorageCountLimit, |
|
|
int? | diskStorageSizeLimit ) |
Sets the cache limits. Any of them null keeps the native default.
- Parameters
-
| memoryStorageTotalCostLimit | In-memory cache limit, in bytes. |
| memoryStorageCountLimit | How many items the in-memory cache may hold. |
| diskStorageSizeLimit | On-disk cache limit, in bytes. |
◆ ToString()
| override string AdaptySDK.AdaptyUIMediaCacheConfiguration.ToString |
( |
| ) |
|
A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.
◆ DiskStorageSizeLimit
| int? AdaptySDK.AdaptyUIMediaCacheConfiguration.DiskStorageSizeLimit |
How much the on-disk cache may hold, in bytes.
◆ MemoryStorageCountLimit
| int? AdaptySDK.AdaptyUIMediaCacheConfiguration.MemoryStorageCountLimit |
How many items the in-memory cache may hold.
◆ MemoryStorageTotalCostLimit
| int? AdaptySDK.AdaptyUIMediaCacheConfiguration.MemoryStorageTotalCostLimit |
How much the in-memory cache may hold, in bytes.
The documentation for this class was generated from the following file: