- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Caching - Interfaces
-
- IEnumerable
- Implementing Types
Syntax
public interface ICache4 : IEnumerable
Methods
Name | Value | Summary |
---|---|---|
Produce |
Object |
Retrieves the value associated to the
key
from the cache. If the value is not yet
cached
producer
will be called to produce it. If the cache needs to discard a value
finalizer
will be given a chance to process it.
|