Public Member Functions | |
| void | get (out HttpCacheConfig config) |
| void | set (in HttpCacheConfig config) |
| void | getUrlSpecificTtl (out UrlSpecificTtlList list) |
| void | setUrlSpecificTtl (out kerio::web::ErrorList errors, in UrlSpecificTtlList list) |
| void | clearCache () |
| void webadmin::HttpCache::clearCache | ( | ) |
Removes cache content
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::HttpCache::get | ( | out HttpCacheConfig | config | ) |
gets Http Cache configuration and status
| config | - current configuration |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::HttpCache::getUrlSpecificTtl | ( | out UrlSpecificTtlList | list | ) |
gets list of URL specific TTL
| list | - URL specific TTL list |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::HttpCache::set | ( | in HttpCacheConfig | config | ) |
sets Http Cache configuration
| config | - new configuration |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
| void webadmin::HttpCache::setUrlSpecificTtl | ( | out kerio::web::ErrorList | errors, |
| in UrlSpecificTtlList | list | ||
| ) |
gets list of URL specific TTL
| errors | - list of errors 8001 Database error. - "Unable to modify entry for URL '%1'." 8002 Database error. - "Unable to create entry for URL '%1'." 8002 Database error. - "Unable to remove entry for URL '%1'." |
| list | - URL specific TTL list |
| kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |