Class: com.sybase.djc.ant.CacheResultProperty (Cache Result Property) | EAServer 6.3 Help |
---|
Description | This property is used to configure caching of results from component business methods. |
---|---|
Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemote"> <cacheResult method="getProductInfo(java.lang.Integer)" cacheTimeout="60"/> ... </setProperties> |
Nested Properties | cacheSize, cacheTimeout, dataSource, method, tableVersion |
Property: dataSource (Data Source) | |
---|---|
Description | Name of the data source for the database in which the tableVersion is lcoated. |