[infinispan-issues] [JBoss JIRA] (ISPN-3987) Documentation refers to 'loaders' API

Richard Kennard (JIRA) issues at jboss.org
Tue Feb 11 04:47:28 EST 2014


Richard Kennard created ISPN-3987:
-------------------------------------

             Summary: Documentation refers to 'loaders' API
                 Key: ISPN-3987
                 URL: https://issues.jboss.org/browse/ISPN-3987
             Project: Infinispan
          Issue Type: Feature Request
            Reporter: Richard Kennard
            Assignee: Mircea Markus


The documentation for Infinispan 6.x at...

http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_filesystem_based_cache_stores

...and possibly in other places, refers to the old API. Specifically it talks about 'loaders':
{code}
ConfigurationBuilder b = new ConfigurationBuilder();
b.loaders()
    .addSingleFileStore()
    .location("/tmp/myDataStore")
    .maxEntries(5000);
{code}

This seems to have been replaced by 'persistence' in 6.0?


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list