void
Auth_PrefManager::useCache
(
bool
$use
= true
)
Sets whether the caching system should be used or not.
If the cache is enabled then any values retrieved will be saved in the user's session to reduce load on the database.
$use
Should the cache be used.
No exceptions thrown.
This function can not be called statically.