| Class | Description |
|---|---|
| ApplicationSingleton |
This is the base class for singleton objects that reside in the application
scope.
|
| GlobalSingleton |
This is the base class for singleton objects that reside in the global scope.
|
| RequestSingleton |
This is the base class for singleton objects that reside in the request
scope.
|
| SessionApplicationSingleton |
This is the base class for singleton objects that reside in the session
application non-web scope.
|
| SessionSingleton |
This is the base class for singleton objects that reside in the session
non-web scope.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.