Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

IEntityCache

API reference for IEntityCache in Vendr, the eCommerce solution for Umbraco v8+

IEntityCache

public interface IEntityCache : IDisposable

Namespace

Properties

Keys

public IEnumerable<string> Keys { get; }

Methods

Clear

public void Clear()

Get

public object Get(string key)

GetAll

public IEnumerable<object> GetAll()

Remove

public void Remove(string key)

Set

public void Set(string key, Func<object> factory, TimeSpan? timeout = default(TimeSpan?), 
    bool isSliding = false)

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.