addEntry(char[] key, IPayload item) | QueuedCache | [inline, private] |
bind(ICacheLoader loader) | PlainCache | [inline, private] |
capacity | QueuedCache | [private] |
createQueuedEntry(char[] key, IPayload entry) | QueuedCache | [inline] |
deReference(QueuedEntry entry) | QueuedCache | [inline, private] |
entries | QueuedCache | [private] |
extract(char[] key, ulong timeLimit=ulong.max) | QueuedCache | [inline] |
PlainCache::extract(char[] key) | PlainCache | [inline, private] |
get(char[] key) | QueuedCache | [inline] |
head | QueuedCache | [private] |
put(char[] key, IPayload item) | QueuedCache | [inline] |
reReference(QueuedEntry entry) | QueuedCache | [inline, private] |
tail | QueuedCache | [private] |
this(uint capacity, uint concurrency=16) | QueuedCache | [inline] |