[SoapBundle] Set cache informations even though it is disabled
This commit is contained in:
parent
15b208d861
commit
f5675f6ece
|
@ -25,7 +25,6 @@ class Cache
|
|||
|
||||
BaseCache::setEnabled($isEnabled);
|
||||
|
||||
if (BaseCache::ENABLED == BaseCache::isEnabled()) {
|
||||
BaseCache::setType($type);
|
||||
BaseCache::setDirectory($directory);
|
||||
|
||||
|
@ -37,5 +36,4 @@ class Cache
|
|||
BaseCache::setLimit($limit);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue