About Pi Downloads Documentation Plugins Developer Forum Issues

pi.xhr.environment.setCache

Summary

Determines if the ForceCache parameter will be send.

Syntax

pi.xhr.environment.setCache()

Usage Example

>>> foo instanceof pi.xhr
true
>>> foo.environment.getCache();
false
>>> foo.environment.setCache(true);
>>> foo.environment.getCache();
true