File tree 3 files changed +27
-0
lines changed
3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Reactive Data
2
+
3
+ In addition to request and cache management, WarpDrive provides a reactive access
4
+ layer for data in the cache.
5
+
6
+ Data in the cache is conceptualized as belonging to one of three forms
7
+
8
+ - ** Documents** - the response to a request
9
+ - ** Resources** - a unique cacheable entity within the response to a request
10
+ - ** Fields** - the data for an individual property on a resource
11
+
12
+ Each form of data can be accessed and managed reactively through one of two modes
13
+
14
+ - * (upcoming, default in v6)* [ PolarisMode] ( ./polaris/overview.md )
15
+ - * (current, default in v5)* [ LegacyMode] ( ./legacy/overview.md )
Original file line number Diff line number Diff line change
1
+ # LegacyMode
2
+
3
+ - ⮐ [ ReactiveData] ( ../index.md )
4
+
5
+ ---
6
+
Original file line number Diff line number Diff line change
1
+ # PolarisMode
2
+
3
+ - ⮐ [ ReactiveData] ( ../index.md )
4
+
5
+ ---
6
+
You can’t perform that action at this time.
0 commit comments