libmoost
UnitTestAccessPolicy Class Reference

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, boost::int64_t expiryTime)

Detailed Description

Definition at line 155 of file kvstore_client_test.cpp.


Member Function Documentation

template<class StoreT >
static void UnitTestAccessPolicy::cache ( StoreT &  store,
const char *  pkey,
size_t  ksize,
const char *  pval,
size_t  vsize,
boost::int64_t  expiryTime 
) [inline, static]

Definition at line 178 of file kvstore_client_test.cpp.

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

Definition at line 159 of file kvstore_client_test.cpp.

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

Definition at line 167 of file kvstore_client_test.cpp.


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