Inheritance diagram for ICache:
Public Member Functions | |
IPayload | get (char[] key) |
Definition at line 47 of file ICache.d.
|
Get the cache entry identified by the given key Reimplemented in PlainCache, QueuedCache, VirtualCache, and NetworkCache::LocalLoader. Referenced by NetworkCombo::get(), testCacheLoader(), and testRemoteCacheLoader(). |