MODULES Uize.Services.StoreAdapter.Memory
- Contents
- 1. Introduction
- 2. Instance Methods
-
3. Static Methods
- 3.1. Uize.Services.StoreAdapter.Memory.alphastructor
- 3.2. Uize.Services.StoreAdapter.Memory.declare
- 3.3. Uize.Services.StoreAdapter.Memory.doMy
- 3.4. Uize.Services.StoreAdapter.Memory.dualContextMethods
- 3.5. Uize.Services.StoreAdapter.Memory.dualContextProperties
- 3.6. Uize.Services.StoreAdapter.Memory.fire
- 3.7. Uize.Services.StoreAdapter.Memory.get
- 3.8. Uize.Services.StoreAdapter.Memory.instanceMethods
- 3.9. Uize.Services.StoreAdapter.Memory.instanceProperties
- 3.10. Uize.Services.StoreAdapter.Memory.mixins
- 3.11. Uize.Services.StoreAdapter.Memory.omegastructor
- 3.12. Uize.Services.StoreAdapter.Memory.set
- 3.13. Uize.Services.StoreAdapter.Memory.singleton
- 3.14. Uize.Services.StoreAdapter.Memory.stateProperties
- 3.15. Uize.Services.StoreAdapter.Memory.staticMethods
- 3.16. Uize.Services.StoreAdapter.Memory.staticProperties
- 3.17. Uize.Services.StoreAdapter.Memory.subclass
- 3.18. Uize.Services.StoreAdapter.Memory.toggle
- 3.19. Uize.Services.StoreAdapter.Memory.unwire
- 3.20. Uize.Services.StoreAdapter.Memory.wire
- 4. Static Properties
1. Introduction
The Uize.Services.StoreAdapter.Memory
module defines a simple adapter for the store service (Uize.Services.Store
) that uses a non-persistent in-memory object for storing data.
DEVELOPERS: Chris van Rensburg
The Uize.Services.StoreAdapter.Memory
adapter is intended to be used in situations where persistence of data beyond execution of the same JavaScript code is not essential, but where the code has been written to use the Uize.Services.Store
service. In such cases, the services setup for the environment can choose to set up the store service using this lightweight and highly performant adapter that doesn't support persistence of the data.
1.1. Examples
There are no dedicated showcase example pages for the Uize.Services.StoreAdapter.Memory
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Services.StoreAdapter.Memory
module...
SEARCH
1.2. Implementation Info
The Uize.Services.StoreAdapter.Memory
module defines the Uize.Services.StoreAdapter.Memory
class, which is a subclass of Uize.Class
.
INHERITANCE CHAIN
Uize.Class
−> Uize.Services.StoreAdapter.Memory
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
INSTANCE METHODS
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
STATIC PROPERTIES
Uize.Services.StoreAdapter.Memory.moduleName
| Uize.Services.StoreAdapter.Memory.nonInheritableStatics
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
fire
| get
| is
| isMet
| kill
| met
| onChange
| once
| set
| toggle
| unmet
| unwire
| whenever
| wire
STATIC METHODS
Uize.Services.StoreAdapter.Memory.alphastructor
| Uize.Services.StoreAdapter.Memory.declare
| Uize.Services.StoreAdapter.Memory.doMy
| Uize.Services.StoreAdapter.Memory.dualContextMethods
| Uize.Services.StoreAdapter.Memory.dualContextProperties
| Uize.Services.StoreAdapter.Memory.fire
| Uize.Services.StoreAdapter.Memory.get
| Uize.Services.StoreAdapter.Memory.instanceMethods
| Uize.Services.StoreAdapter.Memory.instanceProperties
| Uize.Services.StoreAdapter.Memory.mixins
| Uize.Services.StoreAdapter.Memory.omegastructor
| Uize.Services.StoreAdapter.Memory.set
| Uize.Services.StoreAdapter.Memory.singleton
| Uize.Services.StoreAdapter.Memory.stateProperties
| Uize.Services.StoreAdapter.Memory.staticMethods
| Uize.Services.StoreAdapter.Memory.staticProperties
| Uize.Services.StoreAdapter.Memory.subclass
| Uize.Services.StoreAdapter.Memory.toggle
| Uize.Services.StoreAdapter.Memory.unwire
| Uize.Services.StoreAdapter.Memory.wire
STATIC PROPERTIES
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Services.StoreAdapter.Memory
module.
2. Instance Methods
2.1. clear
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.3. get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.4. getItem
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. init
IMPLEMENTATION INFO
this feature was introduced in this module |
2.6. is
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.7. isMet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.8. key
IMPLEMENTATION INFO
this feature was introduced in this module |
2.9. kill
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.10. met
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.11. onChange
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.12. once
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.13. removeItem
IMPLEMENTATION INFO
this feature was introduced in this module |
2.14. set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.15. setItem
IMPLEMENTATION INFO
this feature was introduced in this module |
2.16. toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.17. unmet
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.18. unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.19. valueOf
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
IMPLEMENTATION INFO
2.20. whenever
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
2.21. wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
3. Static Methods
3.1. Uize.Services.StoreAdapter.Memory.alphastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.2. Uize.Services.StoreAdapter.Memory.declare
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.3. Uize.Services.StoreAdapter.Memory.doMy
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.4. Uize.Services.StoreAdapter.Memory.dualContextMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.5. Uize.Services.StoreAdapter.Memory.dualContextProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.6. Uize.Services.StoreAdapter.Memory.fire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.7. Uize.Services.StoreAdapter.Memory.get
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.8. Uize.Services.StoreAdapter.Memory.instanceMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.9. Uize.Services.StoreAdapter.Memory.instanceProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.10. Uize.Services.StoreAdapter.Memory.mixins
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.11. Uize.Services.StoreAdapter.Memory.omegastructor
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.12. Uize.Services.StoreAdapter.Memory.set
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.13. Uize.Services.StoreAdapter.Memory.singleton
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.14. Uize.Services.StoreAdapter.Memory.stateProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.15. Uize.Services.StoreAdapter.Memory.staticMethods
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.16. Uize.Services.StoreAdapter.Memory.staticProperties
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.17. Uize.Services.StoreAdapter.Memory.subclass
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.18. Uize.Services.StoreAdapter.Memory.toggle
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.19. Uize.Services.StoreAdapter.Memory.unwire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
3.20. Uize.Services.StoreAdapter.Memory.wire
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4. Static Properties
4.1. Uize.Services.StoreAdapter.Memory.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |
4.2. Uize.Services.StoreAdapter.Memory.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class ) |
|
this static feature is not inherited by subclasses |
4.3. Uize.Services.StoreAdapter.Memory.pathToResources
Inherited from Uize.Class
.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class , first introduced in Uize.Class ) |
|
this static feature is inherited by subclasses |