Interface ICacheable
Stellt ein Interface da, welche gecached werden kann und mit dem CacheManager verwaltet wird
Namespace: Simplic.Cache
Assembly: Simplic.CoreLib.dll
Syntax
public interface ICacheable
Properties
| Improve this Doc View SourceKey
Eindeutiger Key des Cache-Objeczs
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnRemove()
Wird aufgerufen, wenn bevor das Objekt aus dem Cache gelöscht wird
Declaration
void OnRemove()