Package com.vdocipher.aegis.player.cache
Class Config
-
- All Implemented Interfaces:
public final class Config
Configuration class for setting and retrieving cache size.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
Modifier and Type Method Description final Unit
setCacheSize(Long sizeInMb)
Sets the cache size. final Long
getCacheSize()
Retrieves the cache size. -
-
Method Detail
-
setCacheSize
final Unit setCacheSize(Long sizeInMb)
Sets the cache size.
- Parameters:
sizeInMb
- The size of content to cache, in megabytes.
-
getCacheSize
final Long getCacheSize()
Retrieves the cache size.
- Returns:
The size of content to cache, in megabytes.
-
-
-
-