Packagesekati.collections
Interfacepublic interface IAllocator
ImplementorsAllocator

IAllocator provides a common interface for the Allocator object and its descendants.



Public Methods
 MethodDefined by
  
Retrieves an object from the cache.
IAllocator
  
release():void
Releases all cached objects from memory.
IAllocator
  
reset():void
Resets the cache index.
IAllocator
Method detail
getObject()method
public function getObject():*

Retrieves an object from the cache. If an object does not exist at the current cache index, a new object is created.

Returns
*
release()method 
public function release():void

Releases all cached objects from memory.

reset()method 
public function reset():void

Resets the cache index.