Correction sur la mise en cache des data ref et
la vérification "AlwaysLogin"
This commit is contained in:
@@ -15,7 +15,7 @@ export class ServiceCacheApi {
|
||||
}
|
||||
|
||||
public get<T>(key: CacheApiKey, callToApi: Observable<T>) : Observable<T> {
|
||||
console.log(`Get cache : ${CacheApiKey[key]}`);
|
||||
console.log(`Get/push cache : ${CacheApiKey[key]}`);
|
||||
const cached = this.cache.get(key);
|
||||
|
||||
if (cached) {
|
||||
|
||||
Reference in New Issue
Block a user