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