See: Description
| Interface | Description |
|---|---|
| Taggable |
Objects of classes implementing this interface can hold arbitrary tags scoped by the object's
Cache. |
| Class | Description |
|---|---|
| Filter |
An interface for filters that can be used in
Cache.queryObjects(Filter, Class), or
Cache.queryKeys(Filter, Class). |
| FilterFactory |
This factory is used for constructing query expressions.
|
| TaggableObject |
An implementation of
Taggable. |
| Enum | Description |
|---|---|
| HashIndexPriority |
This enum allows sorting of hashed attributes by priority.
|
| Exception | Description |
|---|---|
| CacheObjectAttributeException |
Thrown if there is an error parsing a method annotated with
CacheObjectAttribute. |
| ClassStructureParsingException |
Thrown if there is an error parsing a class annotated with
CacheObjectAttribute. |
| PropertyInvocationException |
Thrown if an error occurs while parsing a class annotated with
CacheObjectAttribute. |
| Annotation Type | Description |
|---|---|
| CacheObjectAttribute |
An attribute that indicates that the property or class to which it
applies are available for queries.
|