Mindscape LightSpeed - User Reference & API Documentation
ICache Interface
API ReferenceMindscape.LightSpeed.CachingICache
Contract for a second-level cache implementation.
Declaration Syntax
C#Visual Basic
public interface ICache
Public Interface ICache
Members
All MembersMethods



IconMemberDescription
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.

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