mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
more docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
18846406ed
commit
dc1bd9a6f8
@ -1027,7 +1027,6 @@ module.Serialization = ImageGridFeatures.Feature({
|
||||
//---------------------------------------------------------------------
|
||||
// Cache...
|
||||
|
||||
// XXX should this be in actions.js???
|
||||
// XXX revise: cache group naming...
|
||||
// currently the used groups are:
|
||||
// Session groups -- cleared on .clear() ('cache')
|
||||
@ -1106,7 +1105,19 @@ var CacheActions = actions.Actions({
|
||||
.cache(group, title, handler)
|
||||
-> value
|
||||
|
||||
|
||||
Currently the used groups are:
|
||||
Session groups -- cleared on .clear() (feature: 'cache')
|
||||
session-*
|
||||
view-*
|
||||
View groups -- cleared by crop/collection (feature: 'crop', 'collections')
|
||||
view-*
|
||||
Changes groups -- cleared when specific changes are made (feature: 'changes')
|
||||
*-data
|
||||
*-images
|
||||
...
|
||||
|
||||
|
||||
Example use:
|
||||
someAction: [
|
||||
function(){
|
||||
|
||||
@ -927,5 +927,6 @@ module.Sharp = core.ImageGridFeatures.Feature({
|
||||
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* vim:set ts=4 sw=4 : */ return module })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user