Class: VectorCache
- Includes:
- ObjectCache, Singleton
- Defined in:
- lib/gosling/vector_cache.rb
Instance Method Summary collapse
-
#initialize ⇒ VectorCache
constructor
A new instance of VectorCache.
Methods included from ObjectCache
Constructor Details
#initialize ⇒ VectorCache
Returns a new instance of VectorCache.
7 8 9 |
# File 'lib/gosling/vector_cache.rb', line 7 def initialize @cache = {} end |