CacheSize enum

Cache size presets for different application scales. ชุดการกำหนดขนาดแคชสำหรับแอปพลิเคชันขนาดต่างๆ

Inheritance
Available extensions

Values

small → const CacheSize

For small apps with minimal caching needs (5MB) สำหรับแอปเล็กที่ต้องการแคชน้อย (5MB)

medium → const CacheSize

For medium apps with moderate caching (50MB) สำหรับแอปขนาดกลางที่ต้องการแคชปานกลาง (50MB)

large → const CacheSize

For large apps with extensive caching (200MB) สำหรับแอปขนาดใหญ่ที่ต้องการแคชมาก (200MB)

enterprise → const CacheSize

For enterprise apps with heavy caching (1GB) สำหรับแอปองค์กรที่ต้องการแคชหนัก (1GB)

custom → const CacheSize

Custom size - user defined ขนาดกำหนดเอง - ผู้ใช้กำหนดเอง

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CacheSize>
A constant List of the values in this enum, in order of their declaration.