![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Promise * | _delete (const String &cacheName) |
Promise * | has (const String &cacheName) |
Promise * | keys () |
Promise * | match (Request *request) |
Promise * | match (Request *request, CacheQueryOptions *options) |
Promise * | match (const String &request) |
Promise * | match (const String &request, CacheQueryOptions *options) |
Promise * | open (const String &cacheName) |
CacheStorage * | get_prototype () |
void | set_prototype (CacheStorage *) |
CacheStorage () | |
![]() | |
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) |
client::CacheStorage::CacheStorage | ( | ) |
CacheStorage* client::CacheStorage::get_prototype | ( | ) |
Promise* client::CacheStorage::keys | ( | ) |
Promise* client::CacheStorage::match | ( | Request * | request, |
CacheQueryOptions * | options | ||
) |
Promise* client::CacheStorage::match | ( | const String & | request, |
CacheQueryOptions * | options | ||
) |
void client::CacheStorage::set_prototype | ( | CacheStorage * | ) |