CachePolicyPredicate<T extends SnowflakeEntity> typedef
Null safety
Predicate which will decide if entity could be cached
Implementation
typedef CachePolicyPredicate<T extends SnowflakeEntity> = bool Function(T);