The net.guttershark.util.cache package contains utility classes that cache objects in memory.
| Class | Description | |
|---|---|---|
| Cache | The Cache class caches objects in memory. | |
| CacheItem | The CacheItem class is used internally to a Cache instance. | |
| DescribeTypeCache | The DescribeType classs wraps the flash.util.describeType function and caches all object descriptions so that describeType will only be called once for any object. |