clearExpired method

Future<bool> clearExpired()

clear all expired cache.

Implementation

Future<bool> clearExpired() => _manager.clearExpired();