CachesController

@Singleton
class CachesController @Inject constructor(exporter: CacheExporter, renderer: MapRenderer, alloc: ByteBufAllocator)

Constructors

Link copied to clipboard
@Inject
constructor(exporter: CacheExporter, renderer: MapRenderer, alloc: ByteBufAllocator)

Functions

Link copied to clipboard
suspend fun exportDisk(call: ApplicationCall)
Link copied to clipboard
suspend fun exportFlatFile(call: ApplicationCall)
Link copied to clipboard
suspend fun exportGroup(call: ApplicationCall)
Link copied to clipboard
suspend fun exportKeysJson(call: ApplicationCall)
Link copied to clipboard
suspend fun exportKeysZip(call: ApplicationCall)
Link copied to clipboard
suspend fun index(call: ApplicationCall)
Link copied to clipboard
suspend fun indexJson(call: ApplicationCall)
Link copied to clipboard
suspend fun renderMap(call: ApplicationCall)
Link copied to clipboard
suspend fun show(call: ApplicationCall)