]
Vladimir Blagojevic closed ISPN-6591.
-------------------------------------
Resolution: Out of Date
Refactor Cache Creation Controller Service
------------------------------------------
Key: ISPN-6591
URL:
https://issues.jboss.org/browse/ISPN-6591
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 9.0.0.Alpha1
Reporter: Ryan Emerson
Priority: Minor
Currently cache-creation-controller-service.js has lots of logic repeated in several
functions. Although the context is different for some of the functions, it should be
possible to make more generic functions that can be re-used across contexts. For example
the updateCache and createCache functions.