reactivate cache of webapp
parent
107f8c46b9
commit
5664e5130e
|
@ -21,7 +21,7 @@ class Api
|
||||||
|
|
||||||
// load from cache if available
|
// load from cache if available
|
||||||
if (Cache::has($request)) {
|
if (Cache::has($request)) {
|
||||||
//return Cache::get($request);
|
return Cache::get($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set timeout to .5h
|
// Set timeout to .5h
|
||||||
|
|
Loading…
Reference in New Issue