CacheProvider class tasks

Wrapper to provide the kradle cache directory based on Context and TaskOption input.

Constructors

CacheProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCacheContent(Context context, Map<TaskOption, dynamic> options) List<FileSystemEntity>
Return the files and directory in the kradle cache directory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited