public class ClassLevelCacheConfigBlogManagerImpl extends Object implements BlogManager
| Constructor and Description |
|---|
ClassLevelCacheConfigBlogManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
void |
clearEntry(String title) |
void |
clearEntryFromCache(String title) |
void |
createEntry(Blog blog) |
Blog |
getEntryCached(String title) |
Blog |
getEntryCached(String randomArg,
String title,
String randomArg2) |
Blog |
getEntryRaw(String title) |
public ClassLevelCacheConfigBlogManagerImpl()
public Blog getEntryCached(String title)
getEntryCached in interface BlogManagerpublic Blog getEntryRaw(String title)
getEntryRaw in interface BlogManagerpublic void clearEntryFromCache(String title)
clearEntryFromCache in interface BlogManagerBlogManager.clearEntryFromCache(java.lang.String)public void clearEntry(String title)
clearEntry in interface BlogManagerpublic void clearCache()
clearCache in interface BlogManagerpublic void createEntry(Blog blog)
createEntry in interface BlogManagerpublic Blog getEntryCached(String randomArg, String title, String randomArg2)
getEntryCached in interface BlogManagerCopyright © 2019. All rights reserved.