All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desktopMain.com.seiko.imageloader.cache.disk.DiskCacheBuilder.desktop.kt Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package com.seiko.imageloader.cache.disk

import okio.FileSystem
import okio.Path

internal actual inline val systemFileSystem: FileSystem
    get() = FileSystem.SYSTEM

internal actual fun directorySize(directory: Path): Long {
    return 512L * 1024 * 1024 // 512MB
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy