Class: VectorCache

Inherits:
Object show all
Includes:
ObjectCache, Singleton
Defined in:
lib/gosling/vector_cache.rb

Instance Method Summary collapse

Methods included from ObjectCache

#clear, #get, #recycle, #size

Constructor Details

#initializeVectorCache

Returns a new instance of VectorCache.



7
8
9
# File 'lib/gosling/vector_cache.rb', line 7

def initialize
  @cache = {}
end