Cache Behavior
## image1 is an example of a dynamically fetched image.
## Since the image is unique to each player in this example, it is important
## that the image is cleared from cache after the player leaves the server.
image1:
type: image
size: 512 512
## the cache behavior setting (global, view)
## in this case set to view (global is the default)
cache-behavior: view
image:
## example image URL that is unique to each player
name: 'https://example.com/statistics/%player_name%/summary-image.png'Last updated