Method: SWS::ComponentCache#initialize

Defined in:
lib/sws/session.rb

#initializeComponentCache

Returns a new instance of ComponentCache.



122
123
124
125
126
127
# File 'lib/sws/session.rb', line 122

def initialize  
  @components = Array.new
  # Object_ids of components removed from cache. Useful when handling
  # backtracking.
  @old_component_ids = Array.new
end