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