|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.business.UserProxyCache
public abstract class UserProxyCache
| Constructor Summary | |
|---|---|
UserProxyCache()
|
|
| Method Summary | |
|---|---|
protected abstract UserProxy |
addToUserProxyCache(UserProxy userProxy)
|
abstract void |
clearCache()
|
protected abstract UserProxy |
getUserProxyFromLongCookie(java.lang.String longLivedCookie)
|
protected abstract UserProxy |
getUserProxyFromUserId(java.lang.String userId)
|
protected abstract void |
remove(UserProxy userProxy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.dotmarketing.business.Cachable |
|---|
getGroups, getPrimaryGroup |
| Constructor Detail |
|---|
public UserProxyCache()
| Method Detail |
|---|
protected abstract UserProxy addToUserProxyCache(UserProxy userProxy)
protected abstract UserProxy getUserProxyFromUserId(java.lang.String userId)
protected abstract UserProxy getUserProxyFromLongCookie(java.lang.String longLivedCookie)
public abstract void clearCache()
clearCache in interface Cachableprotected abstract void remove(UserProxy userProxy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||