|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserCacheManager
Defines a Manager of a set of user caches. It permits to initalizes user caches. Each user cache is identifier by an int value. The particular '-1' value represents no user cache.
Method Summary | |
---|---|
boolean |
activeUserCache(java.lang.String cacheName)
Initializes the user cache |
java.util.Collection |
getActiveUserCache()
Retrieves the list of user cache which has been initialized. |
UserCache |
getUserCache(java.util.Collection fieldNames)
Retrieves the name of the user cache which index is exactly composed by some field names. |
UserCache |
getUserCache(int cacheId)
Retrives a user cache |
void |
userCacheEntryUnbound(java.lang.Object oid)
An entry of user cache has been unbound from the real cache. |
Method Detail |
---|
UserCache getUserCache(int cacheId)
cacheId
- is the identifier of the asked user cache
UserCache getUserCache(java.util.Collection fieldNames)
fieldNames
- is the collection of field names (String). The order of
the collection is not important here.
java.util.Collection getActiveUserCache()
void userCacheEntryUnbound(java.lang.Object oid)
oid
- is the identifier of the persistent object to unbindboolean activeUserCache(java.lang.String cacheName)
cacheName
- is the name of the user cache to initialize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |