add stacked edl editing, add sketcher/vframe line anti-aliasing
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cachebase.h
index a548891abede571876ac2e51efd0d36d474b2180..e87916429b58a401657fa966ee0c257a8ffd4b32 100644 (file)
@@ -73,7 +73,9 @@ public:
 // Delete item.
        void del_item(CacheItemBase *item);
        int delete_item(CacheItemBase *item);
-// Remove all items with the asset id.
+// Remove all items with the same source_id or matching path if set
+       void remove_item(int source_id, char *path);
+       void remove_item(Indexable *idxbl);
        void remove_asset(Asset *asset);
 // Called when done with the item returned by get_.
 // Ignore if item was 0.