Package system.web.caching
Interface ICacheItemUpdateCallback
-
public interface ICacheItemUpdateCallback
The Java interface to be implemented to receive events from the CLR usingCacheItemUpdateCallback
..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Caching.CacheItemUpdateCallback
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
Invoke(java.lang.String key, CacheItemUpdateReason reason, NetObject expensiveObject, CacheDependency dependency, DateTime absoluteExpiration, TimeSpan slidingExpiration)
-
-
-
Method Detail
-
Invoke
void Invoke(java.lang.String key, CacheItemUpdateReason reason, NetObject expensiveObject, CacheDependency dependency, DateTime absoluteExpiration, TimeSpan slidingExpiration)
-
-