public interface TemplateCache
Modifier and Type | Method and Description |
---|---|
TemplateContentData |
get(String identifier)
Retrieve
TemplateContentData from cache. |
void |
put(String identifier,
TemplateContentData templateContentData)
Insert
TemplateContentData into cache, assign identifier to entry. |
TemplateContentData get(String identifier)
TemplateContentData
from cache.identifier
- template identifierTemplateContentData
if cache hitsvoid put(String identifier, TemplateContentData templateContentData)
TemplateContentData
into cache, assign identifier to entry.identifier
- template identifiertemplateContentData
- TemplateContentData
Copyright © 2023. All rights reserved.