3 Sep
2014
3 Sep
'14
10:01 a.m.
BALSIANOK, Peter wrote:
I`m playing with rlm_cache. I want to cache auth request to speed up future processing of the same auth request.
That probably isn't useful.
update { request: := &request: control: := &control: reply: := &reply: }
That isn't useful. You're caching the *request*? i.e. over-writing the *new* request with the *cached* one? Why would you ever do that? It makes no sense. Alan DeKok.