ICache4 Interface

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Internal.Caching
Interfaces
  • IEnumerable
Implementing Types
ICache4
IEnumerable

Syntax

public interface ICache4 : IEnumerable

Methods

Name Value Summary
Produce(Object, IFunction4, IProcedure4) 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.