mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-08-28 13:48:19 +02:00
5 lines
88 B
Dart
5 lines
88 B
Dart
class CacheKey {
|
|
static libraryItem(String id) {
|
|
return 'library_item_$id';
|
|
}
|
|
}
|