Author: olamy
Date: Mon Jun 18 07:17:06 2012
New Revision: 1351220
URL: http://svn.apache.org/viewvc?rev=1351220&view=rev
Log:
add more link to javadoc from doc
Modified:
incubator/directmemory/trunk/src/site/apt/simple-usage.apt.vm
Modified: incubator/directmemory/trunk/src/site/apt/simple-usage.apt.vm
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/site/apt/simple-usage.apt.vm?rev=1351220&r1=1351219&r2=1351220&view=diff
==============================================================================
--- incubator/directmemory/trunk/src/site/apt/simple-usage.apt.vm (original)
+++ incubator/directmemory/trunk/src/site/apt/simple-usage.apt.vm Mon Jun 18
07:17:06 2012
@@ -50,13 +50,11 @@ DirectMemory Simple Usage
.newCacheService();
+------------------------
- Use the cache service to store object:
+ Use the cache service to store object, Those methods returns a
{{{./apidocs/reference/org/apache/directmemory/memory/Pointer.html}Pointer}} if
this pointer is null your object has been stored:
+------------------------
put( K key, V value )
put( K key, V value, int expiresIn )
-
- Those methods returns a Pointer if this pointer is null your object has been
stored
+------------------------
Retrieve an Object from the cache service: