Uses of Interface
org.objectweb.speedo.usercache.api.UserCache

Packages that use UserCache
org.objectweb.speedo.mim.lib   
org.objectweb.speedo.usercache.api   
org.objectweb.speedo.usercache.lib   
 

Uses of UserCache in org.objectweb.speedo.mim.lib
 

Fields in org.objectweb.speedo.mim.lib declared as UserCache
 UserCache SpeedoHomeImpl.UC.userCache
           
 

Methods in org.objectweb.speedo.mim.lib that return UserCache
 UserCache SpeedoHomeImpl.getUserCache(int cacheId)
           
 

Uses of UserCache in org.objectweb.speedo.usercache.api
 

Methods in org.objectweb.speedo.usercache.api that return UserCache
 UserCache UserCacheManager.getUserCache(int cacheId)
          Retrives a user cache
 

Uses of UserCache in org.objectweb.speedo.usercache.lib
 

Classes in org.objectweb.speedo.usercache.lib that implement UserCache
 class UserCacheImpl
          Is a basic UserCacheView implementation using WeakReference in order to not disturb the real cache of persistent object.