Represents the results of the caching operations of the cached manager. Extends the base results class and introduces sets for different types of results.
A set containing the entries that were successfully cached.
A set containing the entries that were valid but were disabled.
A set containing the entries that were invalid and were not cached.
Readonly
Sets the status.
true if the operation was successful, false otherwise.
true
false
Generated using TypeDoc
Represents the results of the caching operations of the cached manager. Extends the base results class and introduces sets for different types of results.