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.

UmbracoAppCache

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

UmbracoAppCache

public class UmbracoAppCache : ICache

Inheritance

Namespace

Constructors

UmbracoAppCache

public UmbracoAppCache(IAppPolicyCache appCache)

Methods

ClearAll

public void ClearAll()

ClearByKey

public void ClearByKey(string cacheKeyStartsWith)

Get (1 of 2)

public object Get(string cacheKey)

Get (2 of 2)

public object Get(string cacheKey, Func<object> factory)

GetTyped<T> (1 of 2)

public T GetTyped<T>(string cacheKey)

GetTyped<T> (2 of 2)

public T GetTyped<T>(string cacheKey, Func<T> factory)

Set (1 of 2)

public void Set(string cacheKey, object cacheValue)

Set (2 of 2)

public void Set(string cacheKey, object cacheValue, TimeSpan cacheDuration)

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.