|
| Promise * | add (Request *request) |
| |
| Promise * | add (const String &request) |
| |
| Promise * | addAll (Array *requests) |
| |
| Promise * | _delete (Request *request) |
| |
| Promise * | _delete (Request *request, CacheQueryOptions *options) |
| |
| Promise * | _delete (const String &request) |
| |
| Promise * | _delete (const String &request, CacheQueryOptions *options) |
| |
| Promise * | keys () |
| |
| Promise * | keys (Request *request) |
| |
| Promise * | keys (Request *request, CacheQueryOptions *options) |
| |
| Promise * | keys (const String &request) |
| |
| Promise * | keys (const String &request, CacheQueryOptions *options) |
| |
| Promise * | match (Request *request) |
| |
| Promise * | match (Request *request, CacheQueryOptions *options) |
| |
| Promise * | match (const String &request) |
| |
| Promise * | match (const String &request, CacheQueryOptions *options) |
| |
| Promise * | matchAll () |
| |
| Promise * | matchAll (Request *request) |
| |
| Promise * | matchAll (Request *request, CacheQueryOptions *options) |
| |
| Promise * | matchAll (const String &request) |
| |
| Promise * | matchAll (const String &request, CacheQueryOptions *options) |
| |
| Promise * | put (Request *request, Response *response) |
| |
| Promise * | put (const String &request, Response *response) |
| |
| Cache * | get_prototype () |
| |
| void | set_prototype (Cache *) |
| |
| | Cache () |
| |
| | 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) |
| |