Interface ICacheProvider
Namespace: Estrelica.Interfaces
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface ICacheProvider
Properties
CacheTimeoutMinutes
Methods
ClearCache()
Declaration
void ClearCache()
CreateCache<K, V>()
UnregisterCache<K, V>(IDictionary<K, V>)
Declaration
bool UnregisterCache<K, V>(IDictionary<K, V> cache)
Parameters
IDictionary<K, V> cache |
Returns
bool |
Type Parameters
K |
V |