Class AttachmentCountData
- java.lang.Object
-
- org.exoplatform.wiki.rendering.cache.AttachmentCountData
-
- All Implemented Interfaces:
Serializable,CacheData<Integer>
public class AttachmentCountData extends Object implements CacheData<Integer>
This class stores the number of attachment of a wiki page. Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 22, 2013- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachmentCountData(int count)
-