|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.logConsole.model.LogMapperCacheImpl
public class LogMapperCacheImpl
Created by Jonathan Gamba. Date: 5/21/12 Time: 4:26 PM
| Field Summary | |
|---|---|
protected java.lang.String[] |
groupNames
|
protected java.lang.String |
primaryGroup
|
| Constructor Summary | |
|---|---|
LogMapperCacheImpl()
|
|
| Method Summary | |
|---|---|
void |
clearCache()
|
java.util.List<LogMapperRow> |
get()
Return all the records stored on cache for this primary group |
java.lang.String[] |
getGroups()
Use to get all groups the concrete cache belongs to |
java.lang.String |
getPrimaryGroup()
Use to get the primary group/region for the concrete cache |
void |
put(java.util.List<LogMapperRow> logMapperRows)
Puts a LogMapperRow collection in a cache. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String primaryGroup
protected final java.lang.String[] groupNames
| Constructor Detail |
|---|
public LogMapperCacheImpl()
| Method Detail |
|---|
public java.util.List<LogMapperRow> get()
throws DotCacheException
get in interface LogMapperCacheDotCacheException
public void put(java.util.List<LogMapperRow> logMapperRows)
throws DotCacheException
put in interface LogMapperCachelogMapperRows -
DotCacheExceptionpublic java.lang.String getPrimaryGroup()
Cachable
getPrimaryGroup in interface Cachablepublic java.lang.String[] getGroups()
Cachable
getGroups in interface Cachablepublic void clearCache()
clearCache in interface Cachable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||