Skip to content

Commit

Permalink
Refactor|libdeng2: Revised Bank cache implementation
Browse files Browse the repository at this point in the history
Cache levels are now represented as objects that track the amount
of data on the level. This clarifies the logic of moving items
been cache levels, and allows future configurability of levels.
  • Loading branch information
skyjake committed May 3, 2013
1 parent 70074ce commit 2ea9ee7
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 278 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/include/de/filesys/folder.h
Expand Up @@ -142,8 +142,8 @@ class DENG2_PUBLIC Folder : public File
File &replaceFile(String const &name);

/**
* Removes a file from a folder. If it has an origin feed, the feed will be
* asked to remove the file as well.
* Removes a file from a folder. The file will be deleted. If it has an
* origin feed, the feed will be asked to remove the file as well.
*
* @param name Name or path of file to remove, relative to this folder.
*/
Expand Down

0 comments on commit 2ea9ee7

Please sign in to comment.