cache function
Get the cache instance
Implementation
NyCache cache() {
if (backpackNylo().getCache == null) {
throw Exception('Cache not initialized');
}
return backpackNylo().getCache!;
}
Get the cache instance
NyCache cache() {
if (backpackNylo().getCache == null) {
throw Exception('Cache not initialized');
}
return backpackNylo().getCache!;
}