cacheStores property

List<PixaCacheStoreDescriptor> get cacheStores

Registered cache stores.

Implementation

List<PixaCacheStoreDescriptor> get cacheStores =>
    List<PixaCacheStoreDescriptor>.unmodifiable(_cacheStores.values);