public class CacheNameOnEachMethodBlogManagerImpl extends Object implements BlogManager
| Constructor and Description |
|---|
CacheNameOnEachMethodBlogManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
(non-Javadoc)
|
void |
clearEntry(String title)
(non-Javadoc)
|
void |
clearEntryFromCache(String title)
(non-Javadoc)
|
void |
createEntry(Blog blog)
(non-Javadoc)
|
Blog |
getEntryCached(String title) |
Blog |
getEntryCached(String randomArg,
String title,
String randomArg2) |
Blog |
getEntryRaw(String title) |
public CacheNameOnEachMethodBlogManagerImpl()
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 BlogManagerBlogManager.clearEntry(java.lang.String)public void clearCache()
clearCache in interface BlogManagerBlogManager.clearCache()public void createEntry(Blog blog)
createEntry in interface BlogManagerBlogManager.createEntry(domain.Blog)public Blog getEntryCached(String randomArg, String title, String randomArg2)
getEntryCached in interface BlogManagerCopyright © 2019. All rights reserved.