You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an app module's config() method where service providers are configured, add the ability to configure the $angularCacheFactoryProvider. The first configuration option that will be available will be the ability to configure global defaults for all caches produced by $angularCacheFactory. For example: if I want all of my caches to have a capacity of 1000, I could do:
In an app module's
config()
method where service providers are configured, add the ability to configure the$angularCacheFactoryProvider
. The first configuration option that will be available will be the ability to configure global defaults for all caches produced by$angularCacheFactory
. For example: if I want all of my caches to have a capacity of 1000, I could do:The text was updated successfully, but these errors were encountered: