mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 05:58:13 +08:00
Add caching back in (#312)
* Add caching back in Works now against filter instead of dataframe view * Layout cache and move post->put * Fix tests
This commit is contained in:
+1
-1
@@ -461,7 +461,7 @@ Get the _default_ layout for all observations or (_future_) all variables. Retur
|
||||
}
|
||||
```
|
||||
|
||||
### POST /layout/obs, (_future_) POST /layout/var
|
||||
### PUT /layout/obs, (_future_) PUT /layout/var
|
||||
|
||||
Generate layout for the caller-specified subset of data, as indicated by the filter. This operation implicitly requests a re-layout operation to be performed on the specified data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user