| Package | Description |
|---|---|
| org.dmd.dmp.server.servlet.base.cache | |
| org.dmd.dmp.server.servlet.base.plugins | |
| org.dmd.dmp.server.servlet.extended |
| Modifier and Type | Method and Description |
|---|---|
SessionIF |
CacheRegistration.getSession() |
SessionIF |
CacheListener.session() |
| Modifier and Type | Method and Description |
|---|---|
CacheRegistration |
CacheIF.register(SessionIF session)
If you are going to perform operations against a cache, you will need a
unique registration against that cache.
|
void |
CacheListenerManager.removeListenersForSession(SessionIF session)
Removes all listeners associated with the specified session.
|
void |
CacheIF.removeListenersForSession(SessionIF session)
Removes all cache listeners associated with the specified session.
|
| Constructor and Description |
|---|
CacheRegistration(CacheIF c,
SessionIF s)
Instantiates a new registration against the specified cache.
|
| Modifier and Type | Method and Description |
|---|---|
CacheRegistration |
BasicCachePlugin.register(SessionIF session) |
void |
BasicCachePlugin.removeListenersForSession(SessionIF session) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionRI
The SessionRI class represents an authenticated user session.
|
Copyright © 2019. All rights reserved.