com.dotmarketing.business
Class UserProxyCache

java.lang.Object
  extended by com.dotmarketing.business.UserProxyCache
All Implemented Interfaces:
Cachable
Direct Known Subclasses:
UserProxyCacheImpl

public abstract class UserProxyCache
extends java.lang.Object
implements Cachable


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

UserProxyCache

public UserProxyCache()
Method Detail

addToUserProxyCache

protected abstract UserProxy addToUserProxyCache(UserProxy userProxy)

getUserProxyFromUserId

protected abstract UserProxy getUserProxyFromUserId(java.lang.String userId)

getUserProxyFromLongCookie

protected abstract UserProxy getUserProxyFromLongCookie(java.lang.String longLivedCookie)

clearCache

public abstract void clearCache()
Specified by:
clearCache in interface Cachable

remove

protected abstract void remove(UserProxy userProxy)


Copyright © 2013 dotCMS Inc. All Rights Reserved.