| java.lang.Object com.mvnforum.db.CategoryCache
CategoryCache | public class CategoryCache (Code) | | |
Field Summary | |
final public static long | TIME_OUT |
TIME_OUT | final public static long TIME_OUT(Code) | | |
CategoryCache | public CategoryCache()(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) | | |
getInstance | public static CategoryCache getInstance()(Code) | | Returns the single instance
CategoryCache : the singleton instance.NOTE: if use normal singleton pattern, this method should be synchronized |
|
|