public class UserNewsCache extends Cache<UserNewsCache>
Modifier and Type | Method and Description |
---|---|
static void |
flush(java.sql.Connection con) |
static void |
flushCache(java.sql.Connection con,
java.util.Set<java.lang.Integer> userIds) |
static NewsInfoEvent |
getUserEvent(java.sql.Connection con,
int userId) |
protected UserNewsCache |
newInstance() |
public static NewsInfoEvent getUserEvent(java.sql.Connection con, int userId) throws BGException
BGException
public static void flushCache(java.sql.Connection con, java.util.Set<java.lang.Integer> userIds)
public static void flush(java.sql.Connection con)
protected UserNewsCache newInstance()
newInstance
in class Cache<UserNewsCache>