JavaScript is disabled on your browser.
Skip navigation links
exedio persistence
Overview
Package
Class
Tree
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
Package
com.exedio.cope
Annotation Type CopeCacheWeight
@Target
({
TYPE
,
FIELD
})
@Retention
(
RUNTIME
)
@Deprecated
public @interface
CopeCacheWeight
Deprecated.
Due to changes of the cache implementation, cache weighting is not required any more; use
CopeExternal
(instead of
@CopeCacheWeight(0)
) to disable caching.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
int
value
Deprecated.
Element Details
value
int
value
Deprecated.
CopeExternal
(instead of@CopeCacheWeight(0)
) to disable caching.