Interface IDynamicTextTemplateDefinitionStoreInMemoryCache
Assembly: Volo.Abp.TextTemplateManagement.Domain.dll
Syntax
public interface IDynamicTextTemplateDefinitionStoreInMemoryCache
Properties
CacheStamp
Declaration
string CacheStamp { get; set; }
Property Value
LastCheckTime
Declaration
DateTime? LastCheckTime { get; set; }
Property Value
SyncSemaphore
Declaration
SemaphoreSlim SyncSemaphore { get; }
Property Value
Methods
FillAsync(List<TextTemplateDefinitionRecord>)
Declaration
Task FillAsync(List<TextTemplateDefinitionRecord> templateRecords)
Parameters
Returns
GetTemplateOrNull(string)
Declaration
TemplateDefinition GetTemplateOrNull(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetTemplates()
Declaration
IReadOnlyList<TemplateDefinition> GetTemplates()
Returns
Extension Methods