API / geotoolkit / scene / Cache / CacheMode
Enum of cache mode Defines tile allocation and sharing strategy
Enumeration Members
Enumeration Members
• FullScreen = "FullScreen"
FullScreen Cache instance owns tiles exclusively and minimize the number of tiles used to render the scene, it uses only one tile per widget whenever it is possible.
• Independent = "Independent"
Independent Cache instance owns titles exclusively
• Shared = "Shared"
Shared This is default mode, Cache instance share titles with other instances