Mindscape LightSpeed - User Reference & API Documentation
DefaultCache Class
API ReferenceMindscape.LightSpeed.CachingDefaultCache
The default LightSpeed second-level cache ICache implementation. Utilizes the .NET platform Cache
Declaration Syntax
C#Visual Basic
public sealed class DefaultCache : ICache
Public NotInheritable Class DefaultCache _
	Implements ICache
Members
All MembersConstructorsMethods



IconMemberDescription
DefaultCache()()()
Initializes a new instance of the DefaultCache class.

AddItem(String, Object, TimeSpan)
Adds an item into the cache, only if it does not already exist.

GetItem(String)
Gets an item from the cache.

RemoveItem(String)
Removes the specified item from the cache.

SetItem(String, Object, TimeSpan)
Sets an item into the cache overwriting any existing item with the same key.

Inheritance Hierarchy
Object
DefaultCache

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)