[inline, private]
Definition at line 69 of file ChannelPool.h.
References CACHE_SIZE, and mCache.
00070 { 00071 mCache = new ChannelCache(CACHE_SIZE, true); 00072 }