Class CacheObject<V>


  • public class CacheObject<V>
    extends java.lang.Object
    Describe class CacheObject here.

    Created: Mon Mar 3 15:02:14 2008
    Version:
    $Rev$
    Author:
    Artur Hefczyc
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected V data  
      protected long time  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheObject()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        protected V data
      • time

        protected long time
    • Constructor Detail

      • CacheObject

        public CacheObject()