GenericCache<T> constructor

GenericCache<T>({
  1. String? basePath,
})

Constructor for GenericCache with optional basePath

Implementation

GenericCache({this.basePath});