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
protected  UserCache[] SpeedoHomeImpl.userCaches
           
 

Methods in org.objectweb.speedo.mim.lib that return UserCache
protected  UserCache SpeedoHomeImpl.addUserCache(java.lang.String userCacheName, java.lang.String[] fields, int id)
           
 UserCache SpeedoHomeImpl.getUserCache(int cacheId)
           
 UserCache SpeedoHomeImpl.getUserCache(java.util.Collection fieldNames)
           
 

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
 UserCache UserCacheManager.getUserCache(java.util.Collection fieldNames)
          Retrieves the name of the user cache which index is exactly composed by some field names.
 

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

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

Constructors in org.objectweb.speedo.usercache.lib with parameters of type UserCache
CompositeUserCache(UserCache[] inner)