![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| String * | get_cacheName () |
| void | set_cacheName (const String &) |
| bool | get_ignoreMethod () |
| void | set_ignoreMethod (bool) |
| bool | get_ignoreSearch () |
| void | set_ignoreSearch (bool) |
| bool | get_ignoreVary () |
| void | set_ignoreVary (bool) |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| String* client::CacheQueryOptions::get_cacheName | ( | ) |
| bool client::CacheQueryOptions::get_ignoreMethod | ( | ) |
| bool client::CacheQueryOptions::get_ignoreSearch | ( | ) |
| bool client::CacheQueryOptions::get_ignoreVary | ( | ) |
| void client::CacheQueryOptions::set_cacheName | ( | const String & | ) |
| void client::CacheQueryOptions::set_ignoreMethod | ( | bool | ) |
| void client::CacheQueryOptions::set_ignoreSearch | ( | bool | ) |
| void client::CacheQueryOptions::set_ignoreVary | ( | bool | ) |
1.8.13