Sets whether or not authentication caching should be utilized if a {@link CacheManager} has been
{@link #setCacheManager(hunt.shiro.cache.CacheManager) configured}, {@code false} otherwise.
<p/>
The default value is {@code false} to retain backwards compatibility with Shiro 1.1 and earlier.
<p/>
<b>WARNING:</b> Only set this property to {@code true} if safe caching conditions apply, as documented at the top
of this page in the class-level JavaDoc.
@param authenticationCachingEnabled the value to set
Sets whether or not authentication caching should be utilized if a {@link CacheManager} has been {@link #setCacheManager(hunt.shiro.cache.CacheManager) configured}, {@code false} otherwise. <p/> The default value is {@code false} to retain backwards compatibility with Shiro 1.1 and earlier. <p/> <b>WARNING:</b> Only set this property to {@code true} if safe caching conditions apply, as documented at the top of this page in the class-level JavaDoc.
@param authenticationCachingEnabled the value to set