Chili.Opf3 Send comments on this topic.
ICacheManager Interface
See Also  Members  
Chili.Opf3.Caching Namespace : ICacheManager Interface




Interface implemented by classes that provide a caching algorithm for persistent objects.

Syntax

Visual Basic (Declaration) 
Public Interface ICacheManager 
Visual Basic (Usage)Copy Code
Dim instance As ICacheManager
C# 
public interface ICacheManager 
Managed Extensions for C++ 
public __gc __interface ICacheManager 
C++/CLI 
public interface class ICacheManager 

Remarks

This interface is implemented by classes that provide a caching algorithm for persistent objects. The cache holds instance of loaded persistence objects until they expire. On a load operation the cache is queried to see if it holds still an instance of a persistent object that is due to load.

Requirements

Namespace: Chili.Opf3.Caching

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also