[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-738) Add format of persistent state transfer to CacheLoader API Javadoc
Vladimir Blagojevic (JIRA)
jira-events at jboss.com
Tue Jan 9 10:56:26 EST 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-738?page=all ]
Vladimir Blagojevic resolved JBCACHE-738.
-----------------------------------------
Resolution: Done
There is no need to state explicit details of persistent format in javadoc. AbstractCacheLoader takes care of all the details. See CacheLoader and AbstractCacheLoader javadoc for details.
> Add format of persistent state transfer to CacheLoader API Javadoc
> ------------------------------------------------------------------
>
> Key: JBCACHE-738
> URL: http://jira.jboss.com/jira/browse/JBCACHE-738
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Brian Stansberry
> Assigned To: Vladimir Blagojevic
> Priority: Minor
> Fix For: 2.0.0.GA
>
>
> Persistent state is a serialized series of NodeData objects. All the standard CacheLoader impls should use this format. The requirement to use this format should be added to the CacheLoader API Javadoc to make it part of the official API contract. This will ensure interoperability between cache loaders (e.g state generated by a user's CustomCacheLoader can be stored by JDBCCacheLoader, etc.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list