AtomsFramework Persistence Layer Reference Guide

CacheEntry Class

[This is preliminary documentation and subject to change.]

Represents an entry in the object cache.

For a list of all members of this type, see CacheEntry Members.

System.Object
   AtomsFramework.CacheEntry

[Visual Basic]
Public Class CacheEntry
[C#]
public class CacheEntry

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class represents an entry in the frameworks object cache. It is effectively the object being stored in the cache and the date and time that the object was added to the cache.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

CacheEntry Members | AtomsFramework Namespace