Last updated

API / geotoolkit / scene / Cache / CacheMode

Enumeration: CacheMode

scene.Cache.CacheMode

Enum of cache mode Defines tile allocation and sharing strategy

Table of contents

Enumeration Members

Contents

Enumeration Members

FullScreen

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"

Independent Cache instance owns titles exclusively


Shared

Shared = "Shared"

Shared This is default mode, Cache instance share titles with other instances