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

Tristan Tarrant (JIRA) issues at jboss.org
Mon Jan 12 09:17:01 EST 2015


     [ https://issues.jboss.org/browse/ISPN-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant reassigned ISPN-3987:
-------------------------------------

    Assignee:     (was: Mircea Markus)


> 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
>
> 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 was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list