Example usage for Java javax.persistence SharedCacheMode fields, constructors, methods, implement or subclass
The text is from its open source code.
SharedCacheMode | NONE Caching is disabled for the persistence unit. |
SharedCacheMode | ENABLE_SELECTIVE Caching is enabled for all entities for Cacheable(true) is specified. |