Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add incremental builds on startup using cached dependency graph #52

Merged
merged 1 commit into from
Feb 18, 2016

Conversation

jakemac53
Copy link
Contributor

No description provided.

@@ -40,18 +40,18 @@ class AssetCache {
/// will first look up values in the [AssetCache], and if not present it will
/// use the [AssetReader] and add the [Asset] to the [AssetCache].
class CachedAssetReader extends AssetReader {
final AssetCache _cache;
final AssetCache cache;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding an evict or remove method to the CachedAssetReader rather than exposing the cache itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call, adding evictFromCache method

@kegluneq
Copy link

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants