libmoost
moost::kvstore::DefaultAccessPolicy Class Reference

#include <mock_connection.hpp>

List of all members.

Static Public Member Functions

template<class StoreT >
static boost::shared_array< char > get (StoreT &store, const char *pkey, size_t ksize, size_t &vsize)
template<class StoreT >
static void set (StoreT &store, const char *pkey, size_t ksize, const char *pval, size_t vsize)
template<class StoreT >
static void cache (StoreT &store, const char *pkey, size_t ksize, const char *pval, size_t vsize, int expiryTime)

Detailed Description

Definition at line 47 of file mock_connection.hpp.


Member Function Documentation

template<class StoreT >
static void moost::kvstore::DefaultAccessPolicy::cache ( StoreT &  store,
const char *  pkey,
size_t  ksize,
const char *  pval,
size_t  vsize,
int  expiryTime 
) [inline, static]

Definition at line 67 of file mock_connection.hpp.

template<class StoreT >
static boost::shared_array<char> moost::kvstore::DefaultAccessPolicy::get ( StoreT &  store,
const char *  pkey,
size_t  ksize,
size_t &  vsize 
) [inline, static]

Definition at line 51 of file mock_connection.hpp.

template<class StoreT >
static void moost::kvstore::DefaultAccessPolicy::set ( StoreT &  store,
const char *  pkey,
size_t  ksize,
const char *  pval,
size_t  vsize 
) [inline, static]

Definition at line 59 of file mock_connection.hpp.


The documentation for this class was generated from the following file: