[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Cachable

mixes in with Object
inherits from AutoPurgeable

AutoPurgeable <- Cachable



Operations

Get list of all operations

Copying


Attributes

Get list of all attributes

CachableCacheEntry


Fields

Field Type
Cachable: cachableCacheEntry: Unsigned


Instance template

Class Cachable cannot be instantiated.


Class definition

Define Class Cachable;
    mixes in with Object;
    inherits from AutoPurgeable;

    field cachableCacheEntry: Unsigned, getter, setter;
        // Index of cache entry into which this object is stored; zero if none

    attribute CachableCacheEntry: Unsigned;
        // Called by Cache code.  Rarely call directly or override.

    overrides Copying;

end class;