Click or drag to resize

ISessionModelManager Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ISessionModelManager type exposes the following members.

Methods
  NameDescription
Public methodCreateSessionModel
Create a new instance of an appropriate ISessionModel for this model manager.
Public methodLoadSession
Load session from the cache.
Public methodReleaseSession
Releases a lock on the session in a data store.
Public methodRemoveSession
Delete session from the cache.
Public methodResetSessionTimeout
Reset session timeout.
Public methodSaveSession
Update session items in the cache and release the exclusive lock.
Top
See Also