#include <policies.h>
Public Member Functions | |
void | setWaitKind (CAFENUM::ChannelGetCacheWaitPolicyKind wk) |
CAFENUM::ChannelGetCacheWaitPolicyKind | getWaitKind () const |
ChannelGetCacheWaitPolicy () | |
ChannelGetCacheWaitPolicy (CAFENUM::ChannelGetCacheWaitPolicyKind wk) | |
Private Attributes | |
CAFENUM::ChannelGetCacheWaitPolicyKind | getCacheWaitKind |
Define Policy to control wait/nowait strategy in getCache operations
ChannelGetCacheWaitPolicy::ChannelGetCacheWaitPolicy | ( | ) | [inline] |
ChannelGetCacheWaitPolicy::ChannelGetCacheWaitPolicy | ( | CAFENUM::ChannelGetCacheWaitPolicyKind | wk | ) | [inline] |
References getCacheWaitKind.
CAFENUM::ChannelGetCacheWaitPolicyKind ChannelGetCacheWaitPolicy::getWaitKind | ( | ) | const [inline] |
References getCacheWaitKind.
Referenced by PolicyHelper::setChannelGetCacheWaitPolicy().
void ChannelGetCacheWaitPolicy::setWaitKind | ( | CAFENUM::ChannelGetCacheWaitPolicyKind | wk | ) | [inline] |
References CAFENUM::GET_CACHE_NO_CHECK, CAFENUM::GET_CACHE_WAIT, and getCacheWaitKind.
Referenced by ChannelGetCacheWaitPolicy(), getWaitKind(), and setWaitKind().