Apache.Shiro.Session.Management.Enterprise.CachingSessionDao.CreateActiveSessionsCache C# (CSharp) Метод

CreateActiveSessionsCache() защищенный Метод

protected CreateActiveSessionsCache ( ) : ICache
Результат ICache
        protected ICache CreateActiveSessionsCache()
        {
            ICacheManager cacheManager = CacheManager;
            if (cacheManager == null)
            {
                return null;
            }

            return cacheManager.GetCache(ActiveSessionsCacheName);
        }