Class | Description |
---|---|
Cache |
This class acts as generic superclass for thread safe caches of
for example SOAP call results.
|
CacheKey |
This class should be overridden to implement a Cache.
|
CacheValue |
This class should be overridden to implement a Cache.
|