setAttributeCacheEnabled()

Enable or disable attribute caching.

Synopsis:

#include <qpps/object.h>
 
void setAttributeCacheEnabled( bool cacheEnabled );

Arguments:

cacheEnabled
When true, attribute changes will be cached internally for later querying through attributeNames() and attribute(). When false, no caching will take place and all previously cached attributes are discarded.

Description:

Enable or disable attribute caching.