Click or drag to resize

ICachingManager Interface

Interface for caching managers.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface ICachingManager

The ICachingManager type exposes the following members.

Methods
  NameDescription
Public methodAdd(String, Object)
Adds the specified item to the cache.
Public methodAdd(String, Object, CacheExpirationType, TimeSpan)
Adds the specified item to the cache.
Public methodFlush
Flushes cache.
Public methodGet
Retrieves the specified item from cache.
Public methodRemove
Removes the specified item from cache.
Top
See Also