Class CachedFactory<T>


  • public class CachedFactory<T>
    extends Object
    • Constructor Detail

      • CachedFactory

        public CachedFactory()
    • Method Detail

      • containsKey

        public boolean containsKey​(String key)
      • remove

        public void remove​(String key)
        Removes the mapping for the specified key from both factory and cache.
        Parameters:
        key - key whose mapping is to be removed from the map