| java.lang.Object com.mvnforum.db.ForumCache
ForumCache | public class ForumCache (Code) | | |
Field Summary | |
final public static long | TIME_OUT |
TIME_OUT | final public static long TIME_OUT(Code) | | |
ForumCache | public ForumCache()(Code) | | |
clear | public void clear()(Code) | | |
getBeans | public List getBeans() throws DatabaseException(Code) | | IMPORTANT NOTE: The caller must not alter the returned collection.
Any attempt to modify it will throw an UnsupportedOperationException .
|
getEfficiencyReport | public String getEfficiencyReport()(Code) | | |
getForums_withSortSupport_limit | public List getForums_withSortSupport_limit(int offset, int rowsToReturn, String sort, String order) throws DatabaseException(Code) | | IMPORTANT NOTE: The caller must not alter the returned collection.
Any attempt to modify it will throw an UnsupportedOperationException .
|
getForums_withSortSupport_limit_ViewCount | public List getForums_withSortSupport_limit_ViewCount(int offset, int rowsToReturn, String sort, String order) throws DatabaseException(Code) | | IMPORTANT NOTE: The caller must not alter the returned collection.
Any attempt to modify it will throw an UnsupportedOperationException .
|
getInstance | public static ForumCache getInstance()(Code) | | Returns the single instance
ForumCache : the singleton instance.NOTE: if use normal singleton pattern, this method should be synchronized |
|
|