|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.transaction.CacheFactory
public class CacheFactory
Constructor Summary | |
---|---|
CacheFactory()
|
Method Summary | |
---|---|
static ICrossSessionCache |
getCrossSessionCache(java.lang.String identification)
This factory method returns an implementation of ICrossSessionCache
to take over the objects across the sessions. |
static ICache |
getLocalCache(ISession session,
java.lang.String name)
|
static ITmpCache |
getLocalTmpCache(ISession session,
java.lang.String name)
|
static ICache |
getServerCache(ISession session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheFactory()
Method Detail |
---|
public static ICache getLocalCache(ISession session, java.lang.String name)
public static ITmpCache getLocalTmpCache(ISession session, java.lang.String name)
public static ICache getServerCache(ISession session)
public static ICrossSessionCache getCrossSessionCache(java.lang.String identification)
ICrossSessionCache
to take over the objects across the sessions.
identification
- TODO
ICrossSessionCache
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |