]
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_b...
...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?