|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserCache | |
---|---|
org.objectweb.speedo.mim.lib | |
org.objectweb.speedo.query.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[] |
AbstractHomeImpl.userCaches
|
Methods in org.objectweb.speedo.mim.lib that return UserCache | |
---|---|
protected UserCache |
AbstractHomeImpl.addUserCache(java.lang.String userCacheName,
java.lang.String[] fields,
int id)
|
UserCache |
AbstractHomeImpl.getUserCache(java.util.Collection fieldNames)
|
UserCache |
AbstractHomeImpl.getUserCache(int cacheId)
|
Uses of UserCache in org.objectweb.speedo.query.lib |
---|
Fields in org.objectweb.speedo.query.lib declared as UserCache | |
---|---|
protected UserCache |
AbstractCompiledQuery.userCache
A query can correspond to a UserCache. |
Uses of UserCache in org.objectweb.speedo.usercache.api |
---|
Methods in org.objectweb.speedo.usercache.api that return UserCache | |
---|---|
UserCache |
UserCacheManager.getUserCache(java.util.Collection fieldNames)
Retrieves the name of the user cache which index is exactly composed by some field names. |
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |